#0CBCB6

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

Shades of Iris Blue #0CBCB6

Tints of Iris Blue #0CBCB6

Color information

#0CBCB6 (or 0x0CBCB6) is unknown color: approx Iris Blue. HEX triplet: 0C, BC and B6. RGB value is (12,188,182). Sum of RGB (Red+Green+Blue) = 12+188+182=382 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.14% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBCB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBCB6 is #F34349. Grayscale: #868686. Windows color (decimal): -15942474 or 11975692. OLE color: 11975692.

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

Color convert

RGB12188182-
CMYK0.9400.030.26
HSL177.95º88%39.22%-
HSV(B)177.95º93.62%73.73%-
XYZ26.5839.4250.46-
YUV134.69154.6940.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.14%
GREEN value IS 188 (73.83% from 255) = 49.21%
BLUE value IS 182 (71.48% from 255) = 47.64%
R=3.14%
G=49.21%
B=47.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121881820.9400.030.26177.958839.22
HexCBCB65E031Ab25827
Octal14274266136033226213047
Binary11001011110010110110101111001111010101100101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,188,182); }

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

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

 a { background-color: rgb(12,188,182); }

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

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

 span { border-color: rgb(12,188,182); }

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