Html Css Color HEX #05A4FA Deep Sky Blue

📋 copy color: '#05A4FA'

red 5 ◦ green 164 ◦ blue 250

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

Shades of Deep Sky Blue #05A4FA

Tints of Deep Sky Blue #05A4FA

RGB

 RED value IS 5 (2.34% from 255) = 1.19%

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

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

R = 1.19%
G = 39.14%
B = 59.67%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#05A4FA (or 0x05A4FA) is known color: Deep Sky Blue. HEX triplet: 05, A4 and FA. RGB value is (5,164,250). Sum of RGB (Red+Green+Blue) = 5+164+250=419 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #05A4FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A4FA is #FA5B05. Grayscale: #7D7D7D. Windows color (decimal): -16407302 or 16425989. OLE color: 16425989.

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

Color convert

RGB 5 164 250 -
CMYK 0.98 0.34 0 0.02
HSL 201.06º 0.96% 0.5% -
HSV(B) 201.06º 0.98% 0.98% -
XYZ 30.59 33.49 95.29 -
YUV 126.26 197.82 41.51 -
System Red Green Blue C M Y K H S L
Decimal 5 164 250 0.98 0.34 0 0.02 201.06 0.96 0.5
Hex 5 A4 FA 62 22 0 2 C9 60 32
Octal 5 244 372 142 42 0 2 311 140 62
Binary 101 10100100 11111010 1100010 100010 0 10 11001001 1100000 110010

Color Harmonies of #05A4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A4FA

Black with #05A4FA

Text Example


Text Example

White with #05A4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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