#08B0BF

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

Shades of Iris Blue #08B0BF

Tints of Iris Blue #08B0BF

Color information

#08B0BF (or 0x08B0BF) is unknown color: approx Iris Blue. HEX triplet: 08, B0 and BF. RGB value is (8,176,191). Sum of RGB (Red+Green+Blue) = 8+176+191=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #08B0BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08B0BF is #F74F40. Grayscale: #7F7F7F. Windows color (decimal): -16207681 or 12562440. OLE color: 12562440.

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

Color convert

RGB8176191-
CMYK0.960.0800.25
HSL184.92º91.96%39.02%-
HSV(B)184.92º95.81%74.9%-
XYZ25.0334.8654.7-
YUV127.48163.8442.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.13%
GREEN value IS 176 (69.14% from 255) = 46.93%
BLUE value IS 191 (75% from 255) = 50.93%
R=2.13%
G=46.93%
B=50.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81761910.960.0800.25184.9291.9639.02
Hex8B0BF608019b95c27
Octal102602771401003127113447
Binary1000101100001011111111000001000011001101110011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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