#0CBECC

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

Shades of Iris Blue #0CBECC

Tints of Iris Blue #0CBECC

Color information

#0CBECC (or 0x0CBECC) is unknown color: approx Iris Blue. HEX triplet: 0C, BE and CC. RGB value is (12,190,204). Sum of RGB (Red+Green+Blue) = 12+190+204=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #0CBECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBECC is #F34133. Grayscale: #8A8A8A. Windows color (decimal): -15941940 or 13417996. OLE color: 13417996.

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

Color convert

RGB12190204-
CMYK0.940.0700.2
HSL184.38º88.89%42.35%-
HSV(B)184.38º94.12%80%-
XYZ29.4641.2663.54-
YUV138.37165.0337.86-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.96%
GREEN value IS 190 (74.61% from 255) = 46.80%
BLUE value IS 204 (80.08% from 255) = 50.25%
R=2.96%
G=46.80%
B=50.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal121902040.940.0700.2184.3888.8942.35
HexCBECC5E7014b8592a
Octal14276314136702427013152
Binary110010111110110011001011110111010100101110001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,190,204); }

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

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

 a { background-color: rgb(12,190,204); }

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

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

 span { border-color: rgb(12,190,204); }

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