#149AAF

Color #149AAF Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #149AAF

Tints of Pelorous #149AAF

Color information

#149AAF (or 0x149AAF) is unknown color: approx Pelorous. HEX triplet: 14, 9A and AF. RGB value is (20,154,175). Sum of RGB (Red+Green+Blue) = 20+154+175=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #149AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149AAF is #EB6550. Grayscale: #747474. Windows color (decimal): -15426897 or 11508244. OLE color: 11508244.

HSL color Cylindrical-coordinate representation of color #149AAF: hue angle of 188.13º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149AAF is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB20154175-
CMYK0.890.1200.31
HSL188.13º79.49%38.24%-
HSV(B)188.13º88.57%68.63%-
XYZ19.5826.3644.61-
YUV116.33161.1159.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 5.73%
GREEN value IS 154 (60.55% from 255) = 44.13%
BLUE value IS 175 (68.75% from 255) = 50.14%
R=5.73%
G=44.13%
B=50.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal201541750.890.1200.31188.1379.4938.24
Hex149AAF59C01Fbc4f26
Octal242322571311403727411746
Binary10100100110101010111110110011100011111101111001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149AAF; }

 p { color: rgb(20,154,175); }

 H1.HeaderClassName
 {
   color: #149AAF;
 }
 .AnyTagClassName
 {
   color: #149AAF;
 }
</style>
background-color css

<style>
 a { background-color: #149AAF; }

 a { background-color: rgb(20,154,175); }

 div.DivClassName
 {
   background-color: #149AAF;
 }
 .BgClassName
 {
   background-color: #149AAF;
 }
</style>
border-color css

<style>
 span { border-color: #149AAF; }

 span { border-color: rgb(20,154,175); }

 td.TdClassName
 {
   border-color: #149AAF;
 }
 .TagClassName
 {
   border-color: #149AAF;
 }
</style>