#08afe5

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

Shades of Deep Sky Blue #08AFE5

Tints of Deep Sky Blue #08AFE5

Color information

#08AFE5 (or 0x08AFE5) is unknown color: approx Deep Sky Blue. HEX triplet: 08, AF and E5. RGB value is (8,175,229). Sum of RGB (Red+Green+Blue) = 8+175+229=412 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.94% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 229 (89.84% from 255 or 55.58% from 412); Max value from RGB is 229 - color contains mainly: blue. Hex color #08AFE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08AFE5 is #F7501A. Grayscale: #828282. Windows color (decimal): -16207899 or 15052552. OLE color: 15052552.

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

Color convert

RGB8175229-
CMYK0.970.2400.10
HSL194.66º93.25%46.47%-
HSV(B)194.66º96.51%89.8%-
XYZ29.5736.3779.59-
YUV131.22183.1740.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.94%
GREEN value IS 175 (68.75% from 255) = 42.48%
BLUE value IS 229 (89.84% from 255) = 55.58%
R=1.94%
G=42.48%
B=55.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal81752290.970.2400.10194.6693.2546.47
Hex8AFE561180Ac35d2e
Octal102573451413001230313556
Binary1000101011111110010111000011100001010110000111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08afe5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,175,229); }

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

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

 a { background-color: rgb(8,175,229); }

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

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

 span { border-color: rgb(8,175,229); }

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