#08B3B8

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

Shades of Iris Blue #08B3B8

Tints of Iris Blue #08B3B8

Color information

#08B3B8 (or 0x08B3B8) is unknown color: approx Iris Blue. HEX triplet: 08, B3 and B8. RGB value is (8,179,184). Sum of RGB (Red+Green+Blue) = 8+179+184=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #08B3B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08B3B8 is #F74C47. Grayscale: #808080. Windows color (decimal): -16206920 or 12104456. OLE color: 12104456.

HSL color Cylindrical-coordinate representation of color #08B3B8: hue angle of 181.7º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B3B8 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8179184-
CMYK0.960.0300.28
HSL181.7º91.67%37.65%-
HSV(B)181.7º95.65%72.16%-
XYZ24.8735.7550.94-
YUV128.44159.3542.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.16%
GREEN value IS 179 (70.31% from 255) = 48.25%
BLUE value IS 184 (72.27% from 255) = 49.60%
R=2.16%
G=48.25%
B=49.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal81791840.960.0300.28181.791.6737.65
Hex8B3B860301Cb65c26
Octal10263270140303426613446
Binary10001011001110111000110000011011100101101101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,179,184); }

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

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

 a { background-color: rgb(8,179,184); }

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

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

 span { border-color: rgb(8,179,184); }

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