#08BFB5

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

Shades of Iris Blue #08BFB5

Tints of Iris Blue #08BFB5

Color information

#08BFB5 (or 0x08BFB5) is unknown color: approx Iris Blue. HEX triplet: 08, BF and B5. RGB value is (8,191,181). Sum of RGB (Red+Green+Blue) = 8+191+181=380 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 181 (71.09% from 255 or 47.63% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #08BFB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BFB5 is #F7404A. Grayscale: #878787. Windows color (decimal): -16203851 or 11910920. OLE color: 11910920.

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

Color convert

RGB8191181-
CMYK0.9600.050.25
HSL176.72º91.96%39.02%-
HSV(B)176.72º95.81%74.9%-
XYZ27.0740.6550.14-
YUV135.14153.8737.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.11%
GREEN value IS 191 (75% from 255) = 50.26%
BLUE value IS 181 (71.09% from 255) = 47.63%
R=2.11%
G=50.26%
B=47.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81911810.9600.050.25176.7291.9639.02
Hex8BFB5600519b15c27
Octal10277265140053126113447
Binary100010111111101101011100000010111001101100011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,191,181); }

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

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

 a { background-color: rgb(8,191,181); }

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

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

 span { border-color: rgb(8,191,181); }

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