#0CBAC9

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

Shades of Iris Blue #0CBAC9

Tints of Iris Blue #0CBAC9

Color information

#0CBAC9 (or 0x0CBAC9) is unknown color: approx Iris Blue. HEX triplet: 0C, BA and C9. RGB value is (12,186,201). Sum of RGB (Red+Green+Blue) = 12+186+201=399 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.01% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #0CBAC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBAC9 is #F34536. Grayscale: #878787. Windows color (decimal): -15942967 or 13220364. OLE color: 13220364.

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

Color convert

RGB12186201-
CMYK0.940.0700.21
HSL184.76º88.73%41.76%-
HSV(B)184.76º94.03%78.82%-
XYZ28.2539.4161.38-
YUV135.68164.8539.78-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.01%
GREEN value IS 186 (73.05% from 255) = 46.62%
BLUE value IS 201 (78.91% from 255) = 50.38%
R=3.01%
G=46.62%
B=50.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal121862010.940.0700.21184.7688.7341.76
HexCBAC95E7015b9592a
Octal14272311136702527113152
Binary110010111010110010011011110111010101101110011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,186,201); }

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

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

 a { background-color: rgb(12,186,201); }

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

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

 span { border-color: rgb(12,186,201); }

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