Html Css Color HEX #04DCFD Deep Sky Blue

📋 copy color: '#04DCFD'

red 4 ◦ green 220 ◦ blue 253

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

Shades of Deep Sky Blue #04DCFD

Tints of Deep Sky Blue #04DCFD

RGB

 RED value IS 4 (1.95% from 255) = 0.84%

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

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

R = 0.84%
G = 46.12%
B = 53.04%

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

#04DCFD (or 0x04DCFD) is known color: Deep Sky Blue. HEX triplet: 04, DC and FD. RGB value is (4,220,253). Sum of RGB (Red+Green+Blue) = 4+220+253=477 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #04DCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DCFD is #FB2302. Grayscale: #9E9E9E. Windows color (decimal): -16458499 or 16636932. OLE color: 16636932.

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

Color convert

RGB 4 220 253 -
CMYK 0.98 0.13 0 0.01
HSL 187.95º 0.98% 0.5% -
HSV(B) 187.95º 0.98% 0.99% -
XYZ 43.37 58.3 101.9 -
YUV 159.18 180.94 17.32 -
System Red Green Blue C M Y K H S L
Decimal 4 220 253 0.98 0.13 0 0.01 187.95 0.98 0.5
Hex 4 DC FD 62 D 0 1 BC 62 32
Octal 4 334 375 142 15 0 1 274 142 62
Binary 100 11011100 11111101 1100010 1101 0 1 10111100 1100010 110010

Color Harmonies of #04DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DCFD

Black with #04DCFD

Text Example


Text Example

White with #04DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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