#0CBBCF

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

Shades of Iris Blue #0CBBCF

Tints of Iris Blue #0CBBCF

Color information

#0CBBCF (or 0x0CBBCF) is unknown color: approx Iris Blue. HEX triplet: 0C, BB and CF. RGB value is (12,187,207). Sum of RGB (Red+Green+Blue) = 12+187+207=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #0CBBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBBCF is #F34430. Grayscale: #888888. Windows color (decimal): -15942705 or 13613836. OLE color: 13613836.

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

Color convert

RGB12187207-
CMYK0.940.1000.19
HSL186.15º89.04%42.94%-
HSV(B)186.15º94.2%81.18%-
XYZ29.1840.1265.24-
YUV136.95167.5238.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.96%
GREEN value IS 187 (73.44% from 255) = 46.06%
BLUE value IS 207 (81.25% from 255) = 50.99%
R=2.96%
G=46.06%
B=50.99%

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
Decimal121872070.940.1000.19186.1589.0442.94
HexCBBCF5EA013ba592b
Octal142733171361202327213153
Binary1100101110111100111110111101010010011101110101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,187,207); }

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

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

 a { background-color: rgb(12,187,207); }

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

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

 span { border-color: rgb(12,187,207); }

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