#0CAAC9

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

Shades of Iris Blue #0CAAC9

Tints of Iris Blue #0CAAC9

Color information

#0CAAC9 (or 0x0CAAC9) is unknown color: approx Iris Blue. HEX triplet: 0C, AA and C9. RGB value is (12,170,201). Sum of RGB (Red+Green+Blue) = 12+170+201=383 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.13% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #0CAAC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAAC9 is #F35536. Grayscale: #7E7E7E. Windows color (decimal): -15947063 or 13216268. OLE color: 13216268.

HSL color Cylindrical-coordinate representation of color #0CAAC9: hue angle of 189.84º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CAAC9 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12170201-
CMYK0.940.1500.21
HSL189.84º88.73%41.76%-
HSV(B)189.84º94.03%78.82%-
XYZ25.0733.0460.32-
YUV126.29170.1546.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.13%
GREEN value IS 170 (66.80% from 255) = 44.39%
BLUE value IS 201 (78.91% from 255) = 52.48%
R=3.13%
G=44.39%
B=52.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal121702010.940.1500.21189.8488.7341.76
HexCAAC95EF015be592a
Octal142523111361702527613152
Binary1100101010101100100110111101111010101101111101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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