#08B7DE

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

Shades of Iris Blue #08B7DE

Tints of Iris Blue #08B7DE

Color information

#08B7DE (or 0x08B7DE) is unknown color: approx Iris Blue. HEX triplet: 08, B7 and DE. RGB value is (8,183,222). Sum of RGB (Red+Green+Blue) = 8+183+222=413 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.94% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #08B7DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08B7DE is #F74821. Grayscale: #868686. Windows color (decimal): -16205858 or 14595848. OLE color: 14595848.

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

Color convert

RGB8183222-
CMYK0.960.1800.13
HSL190.93º93.04%45.1%-
HSV(B)190.93º96.4%87.06%-
XYZ30.2239.1975.08-
YUV135.12177.0237.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.94%
GREEN value IS 183 (71.88% from 255) = 44.31%
BLUE value IS 222 (87.11% from 255) = 53.75%
R=1.94%
G=44.31%
B=53.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal81832220.960.1800.13190.9393.0445.1
Hex8B7DE60120Dbf5d2d
Octal102673361402201527713555
Binary1000101101111101111011000001001001101101111111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,183,222); }

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

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

 a { background-color: rgb(8,183,222); }

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

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

 span { border-color: rgb(8,183,222); }

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