#08B7E6

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

Shades of Deep Sky Blue #08B7E6

Tints of Deep Sky Blue #08B7E6

Color information

#08B7E6 (or 0x08B7E6) is unknown color: approx Deep Sky Blue. HEX triplet: 08, B7 and E6. RGB value is (8,183,230). Sum of RGB (Red+Green+Blue) = 8+183+230=421 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.90% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 230 (90.23% from 255 or 54.63% from 421); Max value from RGB is 230 - color contains mainly: blue. Hex color #08B7E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08B7E6 is #F74819. Grayscale: #878787. Windows color (decimal): -16205850 or 15120136. OLE color: 15120136.

HSL color Cylindrical-coordinate representation of color #08B7E6: hue angle of 192.7º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08B7E6 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8183230-
CMYK0.970.2000.10
HSL192.7º93.28%46.67%-
HSV(B)192.7º96.52%90.2%-
XYZ31.3239.6380.86-
YUV136.03181.0236.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.90%
GREEN value IS 183 (71.88% from 255) = 43.47%
BLUE value IS 230 (90.23% from 255) = 54.63%
R=1.90%
G=43.47%
B=54.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal81832300.970.2000.10192.793.2846.67
Hex8B7E661140Ac15d2f
Octal102673461412401230113557
Binary1000101101111110011011000011010001010110000011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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