#0CB4BE

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

Shades of Iris Blue #0CB4BE

Tints of Iris Blue #0CB4BE

Color information

#0CB4BE (or 0x0CB4BE) is unknown color: approx Iris Blue. HEX triplet: 0C, B4 and BE. RGB value is (12,180,190). Sum of RGB (Red+Green+Blue) = 12+180+190=382 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.14% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #0CB4BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB4BE is #F34B41. Grayscale: #828282. Windows color (decimal): -15944514 or 12497932. OLE color: 12497932.

HSL color Cylindrical-coordinate representation of color #0CB4BE: hue angle of 183.37º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB4BE is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12180190-
CMYK0.940.0500.25
HSL183.37º88.12%39.61%-
HSV(B)183.37º93.68%74.51%-
XYZ25.7736.4454.39-
YUV130.91161.3443.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.14%
GREEN value IS 180 (70.70% from 255) = 47.12%
BLUE value IS 190 (74.61% from 255) = 49.74%
R=3.14%
G=47.12%
B=49.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121801900.940.0500.25183.3788.1239.61
HexCB4BE5E5019b75828
Octal14264276136503126713050
Binary110010110100101111101011110101011001101101111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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