Html Css Color HEX #08A3F8 Deep Sky Blue

📋 copy color: '#08A3F8'

red 8 ◦ green 163 ◦ blue 248

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

Shades of Deep Sky Blue #08A3F8

Tints of Deep Sky Blue #08A3F8

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.9%

 BLUE value IS 248 (97.27% from 255) = 59.19%

R = 1.91%
G = 38.9%
B = 59.19%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#08A3F8 (or 0x08A3F8) is known color: Deep Sky Blue. HEX triplet: 08, A3 and F8. RGB value is (8,163,248). Sum of RGB (Red+Green+Blue) = 8+163+248=419 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.91% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 248 (97.27% from 255 or 59.19% from 419); Max value from RGB is 248 - color contains mainly: blue. Hex color #08A3F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08A3F8 is #F75C07. Grayscale: #7D7D7D. Windows color (decimal): -16210952 or 16294664. OLE color: 16294664.

HSL color Cylindrical-coordinate representation of color #08A3F8: hue angle of 201.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08A3F8 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 8 163 248 -
CMYK 0.97 0.34 0 0.03
HSL 201.25º 0.94% 0.5% -
HSV(B) 201.25º 0.97% 0.97% -
XYZ 30.14 33.02 93.59 -
YUV 126.35 196.65 43.59 -
System Red Green Blue C M Y K H S L
Decimal 8 163 248 0.97 0.34 0 0.03 201.25 0.94 0.5
Hex 8 A3 F8 61 22 0 3 C9 5E 32
Octal 10 243 370 141 42 0 3 311 136 62
Binary 1000 10100011 11111000 1100001 100010 0 11 11001001 1011110 110010

Color Harmonies of #08A3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A3F8

Black with #08A3F8

Text Example


Text Example

White with #08A3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,163,248); }

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

background-color css

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

 a { background-color: rgb(8,163,248); }

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

border-color css

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

 span { border-color: rgb(8,163,248); }

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