Html Css Color HEX #04D4FD Deep Sky Blue

📋 copy color: '#04D4FD'

red 4 ◦ green 212 ◦ blue 253

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

Shades of Deep Sky Blue #04D4FD

Tints of Deep Sky Blue #04D4FD

RGB

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

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

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

R = 0.85%
G = 45.2%
B = 53.94%

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

#04D4FD (or 0x04D4FD) is known color: Deep Sky Blue. HEX triplet: 04, D4 and FD. RGB value is (4,212,253). Sum of RGB (Red+Green+Blue) = 4+212+253=469 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 469); Green value is 212 (83.20% from 255 or 45.20% 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 #04D4FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D4FD is #FB2B02. Grayscale: #9A9A9A. Windows color (decimal): -16460547 or 16634884. OLE color: 16634884.

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

Color convert

RGB 4 212 253 -
CMYK 0.98 0.16 0 0.01
HSL 189.88º 0.98% 0.5% -
HSV(B) 189.88º 0.98% 0.99% -
XYZ 41.32 54.2 101.21 -
YUV 154.48 183.59 20.67 -
System Red Green Blue C M Y K H S L
Decimal 4 212 253 0.98 0.16 0 0.01 189.88 0.98 0.5
Hex 4 D4 FD 62 10 0 1 BE 62 32
Octal 4 324 375 142 20 0 1 276 142 62
Binary 100 11010100 11111101 1100010 10000 0 1 10111110 1100010 110010

Color Harmonies of #04D4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D4FD

Black with #04D4FD

Text Example


Text Example

White with #04D4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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