#08B6BF

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

Shades of Iris Blue #08B6BF

Tints of Iris Blue #08B6BF

Color information

#08B6BF (or 0x08B6BF) is unknown color: approx Iris Blue. HEX triplet: 08, B6 and BF. RGB value is (8,182,191). Sum of RGB (Red+Green+Blue) = 8+182+191=381 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.10% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #08B6BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08B6BF is #F74940. Grayscale: #828282. Windows color (decimal): -16206145 or 12563976. OLE color: 12563976.

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

Color convert

RGB8182191-
CMYK0.960.0500.25
HSL182.95º91.96%39.02%-
HSV(B)182.95º95.81%74.9%-
XYZ26.2337.2755.1-
YUV131161.8540.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.10%
GREEN value IS 182 (71.48% from 255) = 47.77%
BLUE value IS 191 (75% from 255) = 50.13%
R=2.10%
G=47.77%
B=50.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81821910.960.0500.25182.9591.9639.02
Hex8B6BF605019b75c27
Octal10266277140503126713447
Binary100010110110101111111100000101011001101101111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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