#0CB4C9

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

Shades of Iris Blue #0CB4C9

Tints of Iris Blue #0CB4C9

Color information

#0CB4C9 (or 0x0CB4C9) is unknown color: approx Iris Blue. HEX triplet: 0C, B4 and C9. RGB value is (12,180,201). Sum of RGB (Red+Green+Blue) = 12+180+201=393 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #0CB4C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB4C9 is #F34B36. Grayscale: #838383. Windows color (decimal): -15944503 or 13218828. OLE color: 13218828.

HSL color Cylindrical-coordinate representation of color #0CB4C9: hue angle of 186.67º 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 #0CB4C9 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12180201-
CMYK0.940.1000.21
HSL186.67º88.73%41.76%-
HSV(B)186.67º94.03%78.82%-
XYZ27.0236.9460.96-
YUV132.16166.8442.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.05%
GREEN value IS 180 (70.70% from 255) = 45.80%
BLUE value IS 201 (78.91% from 255) = 51.15%
R=3.05%
G=45.80%
B=51.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal121802010.940.1000.21186.6788.7341.76
HexCB4C95EA015bb592a
Octal142643111361202527313152
Binary1100101101001100100110111101010010101101110111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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