#08B4DB

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

Shades of Iris Blue #08B4DB

Tints of Iris Blue #08B4DB

Color information

#08B4DB (or 0x08B4DB) is unknown color: approx Iris Blue. HEX triplet: 08, B4 and DB. RGB value is (8,180,219). Sum of RGB (Red+Green+Blue) = 8+180+219=407 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.97% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #08B4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08B4DB is #F74B24. Grayscale: #848484. Windows color (decimal): -16206629 or 14398472. OLE color: 14398472.

HSL color Cylindrical-coordinate representation of color #08B4DB: hue angle of 191.09º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B4DB is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8180219-
CMYK0.960.1800.14
HSL191.09º92.95%44.51%-
HSV(B)191.09º96.35%85.88%-
XYZ29.2137.8172.78-
YUV133.02176.5238.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.97%
GREEN value IS 180 (70.70% from 255) = 44.23%
BLUE value IS 219 (85.94% from 255) = 53.81%
R=1.97%
G=44.23%
B=53.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal81802190.960.1800.14191.0992.9544.51
Hex8B4DB60120Ebf5d2d
Octal102643331402201627713555
Binary1000101101001101101111000001001001110101111111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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