Html Css Color HEX #05DCFD Deep Sky Blue

📋 copy color: '#05DCFD'

red 5 ◦ green 220 ◦ blue 253

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

Shades of Deep Sky Blue #05DCFD

Tints of Deep Sky Blue #05DCFD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.03%

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

R = 1.05%
G = 46.03%
B = 52.93%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#05DCFD (or 0x05DCFD) is known color: Deep Sky Blue. HEX triplet: 05, DC and FD. RGB value is (5,220,253). Sum of RGB (Red+Green+Blue) = 5+220+253=478 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.05% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #05DCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DCFD is #FA2302. Grayscale: #9F9F9F. Windows color (decimal): -16392963 or 16636933. OLE color: 16636933.

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

Color convert

RGB 5 220 253 -
CMYK 0.98 0.13 0 0.01
HSL 187.98º 0.98% 0.51% -
HSV(B) 187.98º 0.98% 0.99% -
XYZ 43.39 58.31 101.9 -
YUV 159.48 180.77 17.82 -
System Red Green Blue C M Y K H S L
Decimal 5 220 253 0.98 0.13 0 0.01 187.98 0.98 0.51
Hex 5 DC FD 62 D 0 1 BC 62 33
Octal 5 334 375 142 15 0 1 274 142 63
Binary 101 11011100 11111101 1100010 1101 0 1 10111100 1100010 110011

Color Harmonies of #05DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DCFD

Black with #05DCFD

Text Example


Text Example

White with #05DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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