Html Css Color HEX #08A5ED Deep Sky Blue

📋 copy color: '#08A5ED'

red 8 ◦ green 165 ◦ blue 237

#08A5ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #08A5ED

Tints of Deep Sky Blue #08A5ED

RGB

 RED value IS 8 (3.52% from 255) = 1.95%

 GREEN value IS 165 (64.84% from 255) = 40.24%

 BLUE value IS 237 (92.97% from 255) = 57.8%

R = 1.95%
G = 40.24%
B = 57.8%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#08A5ED (or 0x08A5ED) is known color: Deep Sky Blue. HEX triplet: 08, A5 and ED. RGB value is (8,165,237). Sum of RGB (Red+Green+Blue) = 8+165+237=410 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.95% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #08A5ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08A5ED is #F75A12. Grayscale: #7D7D7D. Windows color (decimal): -16210451 or 15574280. OLE color: 15574280.

HSL color Cylindrical-coordinate representation of color #08A5ED: hue angle of 198.86º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08A5ED is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 165 237 -
CMYK 0.97 0.30 0 0.07
HSL 198.86º 0.93% 0.48% -
HSV(B) 198.86º 0.97% 0.93% -
XYZ 28.84 33.08 84.99 -
YUV 126.27 190.49 43.65 -
System Red Green Blue C M Y K H S L
Decimal 8 165 237 0.97 0.30 0 0.07 198.86 0.93 0.48
Hex 8 A5 ED 61 1E 0 7 C7 5D 30
Octal 10 245 355 141 36 0 7 307 135 60
Binary 1000 10100101 11101101 1100001 11110 0 111 11000111 1011101 110000

Color Harmonies of #08A5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A5ED

Black with #08A5ED

Text Example


Text Example

White with #08A5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,165,237); }

 H1.HeaderClassName
 {
   color: #08A5ED;
 }
 .AnyTagClassName
 {
   color: #08A5ED;
 }
</style>

background-color css

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

 a { background-color: rgb(8,165,237); }

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

border-color css

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

 span { border-color: rgb(8,165,237); }

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