#08B4D9

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

Shades of Iris Blue #08B4D9

Tints of Iris Blue #08B4D9

Color information

#08B4D9 (or 0x08B4D9) is unknown color: approx Iris Blue. HEX triplet: 08, B4 and D9. RGB value is (8,180,217). Sum of RGB (Red+Green+Blue) = 8+180+217=405 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.98% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 217 (85.16% from 255 or 53.58% from 405); Max value from RGB is 217 - color contains mainly: blue. Hex color #08B4D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08B4D9 is #F74B26. Grayscale: #848484. Windows color (decimal): -16206631 or 14267400. OLE color: 14267400.

HSL color Cylindrical-coordinate representation of color #08B4D9: hue angle of 190.62º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B4D9 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8180217-
CMYK0.960.1700.15
HSL190.62º92.89%44.12%-
HSV(B)190.62º96.31%85.1%-
XYZ28.9537.771.4-
YUV132.79175.5238.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.98%
GREEN value IS 180 (70.70% from 255) = 44.44%
BLUE value IS 217 (85.16% from 255) = 53.58%
R=1.98%
G=44.44%
B=53.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal81802170.960.1700.15190.6292.8944.12
Hex8B4D960110Fbf5d2c
Octal102643311402101727713554
Binary1000101101001101100111000001000101111101111111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,180,217); }

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

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

 a { background-color: rgb(8,180,217); }

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

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

 span { border-color: rgb(8,180,217); }

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