Html Css Color HEX #05D3FD Deep Sky Blue

📋 copy color: '#05D3FD'

red 5 ◦ green 211 ◦ blue 253

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

Shades of Deep Sky Blue #05D3FD

Tints of Deep Sky Blue #05D3FD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.99%

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

R = 1.07%
G = 44.99%
B = 53.94%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#05D3FD (or 0x05D3FD) is known color: Deep Sky Blue. HEX triplet: 05, D3 and FD. RGB value is (5,211,253). Sum of RGB (Red+Green+Blue) = 5+211+253=469 (62% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #05D3FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05D3FD is #FA2C02. Grayscale: #999999. Windows color (decimal): -16395267 or 16634629. OLE color: 16634629.

HSL color Cylindrical-coordinate representation of color #05D3FD: hue angle of 190.16º 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 #05D3FD is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 211 253 -
CMYK 0.98 0.17 0 0.01
HSL 190.16º 0.98% 0.51% -
HSV(B) 190.16º 0.98% 0.99% -
XYZ 41.09 53.71 101.13 -
YUV 154.19 183.75 21.58 -
System Red Green Blue C M Y K H S L
Decimal 5 211 253 0.98 0.17 0 0.01 190.16 0.98 0.51
Hex 5 D3 FD 62 11 0 1 BE 62 33
Octal 5 323 375 142 21 0 1 276 142 63
Binary 101 11010011 11111101 1100010 10001 0 1 10111110 1100010 110011

Color Harmonies of #05D3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D3FD

Black with #05D3FD

Text Example


Text Example

White with #05D3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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