#0BC0B6

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

Shades of Iris Blue #0BC0B6

Tints of Iris Blue #0BC0B6

Color information

#0BC0B6 (or 0x0BC0B6) is unknown color: approx Iris Blue. HEX triplet: 0B, C0 and B6. RGB value is (11,192,182). Sum of RGB (Red+Green+Blue) = 11+192+182=385 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC0B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC0B6 is #F43F49. Grayscale: #888888. Windows color (decimal): -16006986 or 11976715. OLE color: 11976715.

HSL color Cylindrical-coordinate representation of color #0BC0B6: hue angle of 176.69º degrees, saturation: 0.89, 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 #0BC0B6 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB11192182-
CMYK0.9400.050.25
HSL176.69º89.16%39.8%-
HSV(B)176.69º94.27%75.29%-
XYZ27.4341.1550.75-
YUV136.74153.5338.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.86%
GREEN value IS 192 (75.39% from 255) = 49.87%
BLUE value IS 182 (71.48% from 255) = 47.27%
R=2.86%
G=49.87%
B=47.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111921820.9400.050.25176.6989.1639.8
HexBC0B65E0519b15928
Octal13300266136053126113150
Binary101111000000101101101011110010111001101100011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,192,182); }

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

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

 a { background-color: rgb(11,192,182); }

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

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

 span { border-color: rgb(11,192,182); }

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