Html Css Color HEX #04D0FD Deep Sky Blue

📋 copy color: '#04D0FD'

red 4 ◦ green 208 ◦ blue 253

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

Shades of Deep Sky Blue #04D0FD

Tints of Deep Sky Blue #04D0FD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.73%

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

R = 0.86%
G = 44.73%
B = 54.41%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#04D0FD (or 0x04D0FD) is known color: Deep Sky Blue. HEX triplet: 04, D0 and FD. RGB value is (4,208,253). Sum of RGB (Red+Green+Blue) = 4+208+253=465 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #04D0FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D0FD is #FB2F02. Grayscale: #979797. Windows color (decimal): -16461571 or 16633860. OLE color: 16633860.

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

Color convert

RGB 4 208 253 -
CMYK 0.98 0.18 0 0.01
HSL 190.84º 0.98% 0.5% -
HSV(B) 190.84º 0.98% 0.99% -
XYZ 40.34 52.23 100.88 -
YUV 152.13 184.91 22.34 -
System Red Green Blue C M Y K H S L
Decimal 4 208 253 0.98 0.18 0 0.01 190.84 0.98 0.5
Hex 4 D0 FD 62 12 0 1 BF 62 32
Octal 4 320 375 142 22 0 1 277 142 62
Binary 100 11010000 11111101 1100010 10010 0 1 10111111 1100010 110010

Color Harmonies of #04D0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D0FD

Black with #04D0FD

Text Example


Text Example

White with #04D0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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