Html Css Color HEX #08A4FA Deep Sky Blue

📋 copy color: '#08A4FA'

red 8 ◦ green 164 ◦ blue 250

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

Shades of Deep Sky Blue #08A4FA

Tints of Deep Sky Blue #08A4FA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

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

R = 1.9%
G = 38.86%
B = 59.24%

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

#08A4FA (or 0x08A4FA) is known color: Deep Sky Blue. HEX triplet: 08, A4 and FA. RGB value is (8,164,250). Sum of RGB (Red+Green+Blue) = 8+164+250=422 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.90% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #08A4FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08A4FA is #F75B05. Grayscale: #7E7E7E. Windows color (decimal): -16210694 or 16425992. OLE color: 16425992.

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

Color convert

RGB 8 164 250 -
CMYK 0.97 0.34 0 0.02
HSL 201.32º 0.96% 0.51% -
HSV(B) 201.32º 0.97% 0.98% -
XYZ 30.63 33.5 95.3 -
YUV 127.16 197.32 43.01 -
System Red Green Blue C M Y K H S L
Decimal 8 164 250 0.97 0.34 0 0.02 201.32 0.96 0.51
Hex 8 A4 FA 61 22 0 2 C9 60 33
Octal 10 244 372 141 42 0 2 311 140 63
Binary 1000 10100100 11111010 1100001 100010 0 10 11001001 1100000 110011

Color Harmonies of #08A4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A4FA

Black with #08A4FA

Text Example


Text Example

White with #08A4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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