#0cb9ce

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

Shades of Iris Blue #0CB9CE

Tints of Iris Blue #0CB9CE

Color information

#0CB9CE (or 0x0CB9CE) is unknown color: approx Iris Blue. HEX triplet: 0C, B9 and CE. RGB value is (12,185,206). Sum of RGB (Red+Green+Blue) = 12+185+206=403 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.98% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #0CB9CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB9CE is #F34631. Grayscale: #878787. Windows color (decimal): -15943218 or 13547788. OLE color: 13547788.

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

Color convert

RGB12185206-
CMYK0.940.1000.19
HSL186.49º88.99%42.75%-
HSV(B)186.49º94.17%80.78%-
XYZ28.6439.2364.46-
YUV135.67167.6939.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.98%
GREEN value IS 185 (72.66% from 255) = 45.91%
BLUE value IS 206 (80.86% from 255) = 51.12%
R=2.98%
G=45.91%
B=51.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal121852060.940.1000.19186.4988.9942.75
HexCB9CE5EA013ba592b
Octal142713161361202327213153
Binary1100101110011100111010111101010010011101110101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cb9ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,185,206); }

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

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

 a { background-color: rgb(12,185,206); }

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

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

 span { border-color: rgb(12,185,206); }

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