#08BDBB

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

Shades of Iris Blue #08BDBB

Tints of Iris Blue #08BDBB

Color information

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

HSL color Cylindrical-coordinate representation of color #08BDBB: hue angle of 179.34º 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 #08BDBB is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB8189187-
CMYK0.9600.010.26
HSL179.34º91.88%38.63%-
HSV(B)179.34º95.77%74.12%-
XYZ27.2740.0353.3-
YUV134.65157.5337.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81891870.9600.010.26179.3491.8838.63
Hex8BDBB60011Ab35c27
Octal10275273140013226313447
Binary1000101111011011101111000000111010101100111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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