#0BB6BD

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

Shades of Iris Blue #0BB6BD

Tints of Iris Blue #0BB6BD

Color information

#0BB6BD (or 0x0BB6BD) is unknown color: approx Iris Blue. HEX triplet: 0B, B6 and BD. RGB value is (11,182,189). Sum of RGB (Red+Green+Blue) = 11+182+189=382 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.88% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #0BB6BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB6BD is #F44942. Grayscale: #838383. Windows color (decimal): -16009539 or 12432907. OLE color: 12432907.

HSL color Cylindrical-coordinate representation of color #0BB6BD: hue angle of 182.36º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB6BD is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11182189-
CMYK0.940.0400.26
HSL182.36º89%39.22%-
HSV(B)182.36º94.18%74.12%-
XYZ26.0537.253.95-
YUV131.67160.3541.93-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.88%
GREEN value IS 182 (71.48% from 255) = 47.64%
BLUE value IS 189 (74.22% from 255) = 49.48%
R=2.88%
G=47.64%
B=49.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111821890.940.0400.26182.368939.22
HexBB6BD5E401Ab65927
Octal13266275136403226613147
Binary101110110110101111011011110100011010101101101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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