#0CB3CA

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

Shades of Iris Blue #0CB3CA

Tints of Iris Blue #0CB3CA

Color information

#0CB3CA (or 0x0CB3CA) is unknown color: approx Iris Blue. HEX triplet: 0C, B3 and CA. RGB value is (12,179,202). Sum of RGB (Red+Green+Blue) = 12+179+202=393 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #0CB3CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB3CA is #F34C35. Grayscale: #838383. Windows color (decimal): -15944758 or 13284108. OLE color: 13284108.

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

Color convert

RGB12179202-
CMYK0.940.1100.21
HSL187.26º88.79%41.96%-
HSV(B)187.26º94.06%79.22%-
XYZ26.9336.5861.52-
YUV131.69167.6742.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.05%
GREEN value IS 179 (70.31% from 255) = 45.55%
BLUE value IS 202 (79.30% from 255) = 51.40%
R=3.05%
G=45.55%
B=51.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal121792020.940.1100.21187.2688.7941.96
HexCB3CA5EB015bb592a
Octal142633121361302527313152
Binary1100101100111100101010111101011010101101110111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,179,202); }

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

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

 a { background-color: rgb(12,179,202); }

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

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

 span { border-color: rgb(12,179,202); }

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