#08B1BF

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

Shades of Iris Blue #08B1BF

Tints of Iris Blue #08B1BF

Color information

#08B1BF (or 0x08B1BF) is unknown color: approx Iris Blue. HEX triplet: 08, B1 and BF. RGB value is (8,177,191). Sum of RGB (Red+Green+Blue) = 8+177+191=376 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #08B1BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08B1BF is #F74E40. Grayscale: #7F7F7F. Windows color (decimal): -16207425 or 12562696. OLE color: 12562696.

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

Color convert

RGB8177191-
CMYK0.960.0700.25
HSL184.59º91.96%39.02%-
HSV(B)184.59º95.81%74.9%-
XYZ25.2335.2654.77-
YUV128.06163.5142.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.13%
GREEN value IS 177 (69.53% from 255) = 47.07%
BLUE value IS 191 (75% from 255) = 50.80%
R=2.13%
G=47.07%
B=50.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81771910.960.0700.25184.5991.9639.02
Hex8B1BF607019b95c27
Octal10261277140703127113447
Binary100010110001101111111100000111011001101110011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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