#0CA9CF

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

Shades of Iris Blue #0CA9CF

Tints of Iris Blue #0CA9CF

Color information

#0CA9CF (or 0x0CA9CF) is unknown color: approx Iris Blue. HEX triplet: 0C, A9 and CF. RGB value is (12,169,207). Sum of RGB (Red+Green+Blue) = 12+169+207=388 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.09% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #0CA9CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA9CF is #F35630. Grayscale: #7E7E7E. Windows color (decimal): -15947313 or 13609228. OLE color: 13609228.

HSL color Cylindrical-coordinate representation of color #0CA9CF: hue angle of 191.69º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CA9CF is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12169207-
CMYK0.940.1800.19
HSL191.69º89.04%42.94%-
HSV(B)191.69º94.2%81.18%-
XYZ25.632.9664.04-
YUV126.39173.4946.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.09%
GREEN value IS 169 (66.41% from 255) = 43.56%
BLUE value IS 207 (81.25% from 255) = 53.35%
R=3.09%
G=43.56%
B=53.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal121692070.940.1800.19191.6989.0442.94
HexCA9CF5E12013c0592b
Octal142513171362202330013153
Binary11001010100111001111101111010010010011110000001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,169,207); }

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

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

 a { background-color: rgb(12,169,207); }

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

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

 span { border-color: rgb(12,169,207); }

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