#08ABE6

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

Shades of Deep Sky Blue #08ABE6

Tints of Deep Sky Blue #08ABE6

Color information

#08ABE6 (or 0x08ABE6) is unknown color: approx Deep Sky Blue. HEX triplet: 08, AB and E6. RGB value is (8,171,230). Sum of RGB (Red+Green+Blue) = 8+171+230=409 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.96% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 230 (90.23% from 255 or 56.23% from 409); Max value from RGB is 230 - color contains mainly: blue. Hex color #08ABE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08ABE6 is #F75419. Grayscale: #808080. Windows color (decimal): -16208922 or 15117064. OLE color: 15117064.

HSL color Cylindrical-coordinate representation of color #08ABE6: hue angle of 195.95º 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 #08ABE6 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8171230-
CMYK0.970.2600.10
HSL195.95º93.28%46.67%-
HSV(B)195.95º96.52%90.2%-
XYZ28.9534.8980.07-
YUV128.9918541.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.96%
GREEN value IS 171 (67.19% from 255) = 41.81%
BLUE value IS 230 (90.23% from 255) = 56.23%
R=1.96%
G=41.81%
B=56.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal81712300.970.2600.10195.9593.2846.67
Hex8ABE6611A0Ac45d2f
Octal102533461413201230413557
Binary1000101010111110011011000011101001010110001001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08ABE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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