#0CB8CF

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

Shades of Iris Blue #0CB8CF

Tints of Iris Blue #0CB8CF

Color information

#0CB8CF (or 0x0CB8CF) is unknown color: approx Iris Blue. HEX triplet: 0C, B8 and CF. RGB value is (12,184,207). Sum of RGB (Red+Green+Blue) = 12+184+207=403 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.98% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #0CB8CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB8CF is #F34730. Grayscale: #868686. Windows color (decimal): -15943473 or 13613068. OLE color: 13613068.

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

Color convert

RGB12184207-
CMYK0.940.1100.19
HSL187.08º89.04%42.94%-
HSV(B)187.08º94.2%81.18%-
XYZ28.5538.8665.03-
YUV135.19168.5240.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.98%
GREEN value IS 184 (72.27% from 255) = 45.66%
BLUE value IS 207 (81.25% from 255) = 51.36%
R=2.98%
G=45.66%
B=51.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal121842070.940.1100.19187.0889.0442.94
HexCB8CF5EB013bb592b
Octal142703171361302327313153
Binary1100101110001100111110111101011010011101110111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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