Html Css Color HEX #05D4FD Deep Sky Blue

📋 copy color: '#05D4FD'

red 5 ◦ green 212 ◦ blue 253

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

Shades of Deep Sky Blue #05D4FD

Tints of Deep Sky Blue #05D4FD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.11%

 BLUE value IS 253 (99.22% from 255) = 53.83%

R = 1.06%
G = 45.11%
B = 53.83%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#05D4FD (or 0x05D4FD) is known color: Deep Sky Blue. HEX triplet: 05, D4 and FD. RGB value is (5,212,253). Sum of RGB (Red+Green+Blue) = 5+212+253=470 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.06% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #05D4FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05D4FD is #FA2B02. Grayscale: #9A9A9A. Windows color (decimal): -16395011 or 16634885. OLE color: 16634885.

HSL color Cylindrical-coordinate representation of color #05D4FD: hue angle of 189.92º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D4FD is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 212 253 -
CMYK 0.98 0.16 0 0.01
HSL 189.92º 0.98% 0.51% -
HSV(B) 189.92º 0.98% 0.99% -
XYZ 41.34 54.21 101.21 -
YUV 154.78 183.42 21.17 -
System Red Green Blue C M Y K H S L
Decimal 5 212 253 0.98 0.16 0 0.01 189.92 0.98 0.51
Hex 5 D4 FD 62 10 0 1 BE 62 33
Octal 5 324 375 142 20 0 1 276 142 63
Binary 101 11010100 11111101 1100010 10000 0 1 10111110 1100010 110011

Color Harmonies of #05D4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D4FD

Black with #05D4FD

Text Example


Text Example

White with #05D4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,212,253); }

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

background-color css

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

 a { background-color: rgb(5,212,253); }

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

border-color css

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

 span { border-color: rgb(5,212,253); }

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