Html Css Color HEX #08A5FA Deep Sky Blue

📋 copy color: '#08A5FA'

red 8 ◦ green 165 ◦ blue 250

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

Shades of Deep Sky Blue #08A5FA

Tints of Deep Sky Blue #08A5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.1%

R = 1.89%
G = 39.01%
B = 59.1%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#08A5FA (or 0x08A5FA) is known color: Deep Sky Blue. HEX triplet: 08, A5 and FA. RGB value is (8,165,250). Sum of RGB (Red+Green+Blue) = 8+165+250=423 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.89% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #08A5FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08A5FA is #F75A05. Grayscale: #7F7F7F. Windows color (decimal): -16210438 or 16426248. OLE color: 16426248.

HSL color Cylindrical-coordinate representation of color #08A5FA: hue angle of 201.07º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08A5FA is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 165 250 -
CMYK 0.97 0.34 0 0.02
HSL 201.07º 0.96% 0.51% -
HSV(B) 201.07º 0.97% 0.98% -
XYZ 30.81 33.86 95.36 -
YUV 127.75 196.99 42.59 -
System Red Green Blue C M Y K H S L
Decimal 8 165 250 0.97 0.34 0 0.02 201.07 0.96 0.51
Hex 8 A5 FA 61 22 0 2 C9 60 33
Octal 10 245 372 141 42 0 2 311 140 63
Binary 1000 10100101 11111010 1100001 100010 0 10 11001001 1100000 110011

Color Harmonies of #08A5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A5FA

Black with #08A5FA

Text Example


Text Example

White with #08A5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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