#08B2B8

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

Shades of Iris Blue #08B2B8

Tints of Iris Blue #08B2B8

Color information

#08B2B8 (or 0x08B2B8) is unknown color: approx Iris Blue. HEX triplet: 08, B2 and B8. RGB value is (8,178,184). Sum of RGB (Red+Green+Blue) = 8+178+184=370 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 184 (72.27% from 255 or 49.73% from 370); Max value from RGB is 184 - color contains mainly: blue. Hex color #08B2B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08B2B8 is #F74D47. Grayscale: #7F7F7F. Windows color (decimal): -16207176 or 12104200. OLE color: 12104200.

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

Color convert

RGB8178184-
CMYK0.960.0300.28
HSL182.05º91.67%37.65%-
HSV(B)182.05º95.65%72.16%-
XYZ24.6735.3550.87-
YUV127.85159.6842.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.16%
GREEN value IS 178 (69.92% from 255) = 48.11%
BLUE value IS 184 (72.27% from 255) = 49.73%
R=2.16%
G=48.11%
B=49.73%

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
Decimal81781840.960.0300.28182.0591.6737.65
Hex8B2B860301Cb65c26
Octal10262270140303426613446
Binary10001011001010111000110000011011100101101101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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