#1A9CAF

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

Shades of Pelorous #1A9CAF

Tints of Pelorous #1A9CAF

Color information

#1A9CAF (or 0x1A9CAF) is unknown color: approx Pelorous. HEX triplet: 1A, 9C and AF. RGB value is (26,156,175). Sum of RGB (Red+Green+Blue) = 26+156+175=357 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.28% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A9CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9CAF is #E56350. Grayscale: #777777. Windows color (decimal): -15033169 or 11508762. OLE color: 11508762.

HSL color Cylindrical-coordinate representation of color #1A9CAF: hue angle of 187.65º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A9CAF is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB26156175-
CMYK0.850.1100.31
HSL187.65º74.13%39.41%-
HSV(B)187.65º85.14%68.63%-
XYZ20.0527.0944.73-
YUV119.3159.4361.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.28%
GREEN value IS 156 (61.33% from 255) = 43.70%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=7.28%
G=43.70%
B=49.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal261561750.850.1100.31187.6574.1339.41
Hex1A9CAF55B01Fbc4a27
Octal322342571251303727411247
Binary11010100111001010111110101011011011111101111001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A9CAF; }

 p { color: rgb(26,156,175); }

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

<style>
 a { background-color: #1A9CAF; }

 a { background-color: rgb(26,156,175); }

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

<style>
 span { border-color: #1A9CAF; }

 span { border-color: rgb(26,156,175); }

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