#0CAABD

Color #0CAABD Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0CAABD

Tints of Iris Blue #0CAABD

Color information

#0CAABD (or 0x0CAABD) is unknown color: approx Iris Blue. HEX triplet: 0C, AA and BD. RGB value is (12,170,189). Sum of RGB (Red+Green+Blue) = 12+170+189=371 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #0CAABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAABD is #F35542. Grayscale: #7C7C7C. Windows color (decimal): -15947075 or 12429836. OLE color: 12429836.

HSL color Cylindrical-coordinate representation of color #0CAABD: hue angle of 186.44º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CAABD is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12170189-
CMYK0.940.1000.26
HSL186.44º88.06%39.41%-
HSV(B)186.44º93.65%74.12%-
XYZ23.7132.553.17-
YUV124.92164.1547.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.23%
GREEN value IS 170 (66.80% from 255) = 45.82%
BLUE value IS 189 (74.22% from 255) = 50.94%
R=3.23%
G=45.82%
B=50.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121701890.940.1000.26186.4488.0639.41
HexCAABD5EA01Aba5827
Octal142522751361203227213047
Binary1100101010101011110110111101010011010101110101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CAABD; }

 p { color: rgb(12,170,189); }

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

<style>
 a { background-color: #0CAABD; }

 a { background-color: rgb(12,170,189); }

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

<style>
 span { border-color: #0CAABD; }

 span { border-color: rgb(12,170,189); }

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