#08BBBD

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

Shades of Iris Blue #08BBBD

Tints of Iris Blue #08BBBD

Color information

#08BBBD (or 0x08BBBD) is unknown color: approx Iris Blue. HEX triplet: 08, BB and BD. RGB value is (8,187,189). Sum of RGB (Red+Green+Blue) = 8+187+189=384 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #08BBBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BBBD is #F74442. Grayscale: #858585. Windows color (decimal): -16204867 or 12434184. OLE color: 12434184.

HSL color Cylindrical-coordinate representation of color #08BBBD: hue angle of 180.66º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BBBD is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8187189-
CMYK0.960.0100.26
HSL180.66º91.88%38.63%-
HSV(B)180.66º95.77%74.12%-
XYZ27.0639.2754.3-
YUV133.71159.238.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.08%
GREEN value IS 187 (73.44% from 255) = 48.70%
BLUE value IS 189 (74.22% from 255) = 49.22%
R=2.08%
G=48.70%
B=49.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81871890.960.0100.26180.6691.8838.63
Hex8BBBD60101Ab55c27
Octal10273275140103226513447
Binary1000101110111011110111000001011010101101011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08BBBD; }

 p { color: rgb(8,187,189); }

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

<style>
 a { background-color: #08BBBD; }

 a { background-color: rgb(8,187,189); }

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

<style>
 span { border-color: #08BBBD; }

 span { border-color: rgb(8,187,189); }

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