Html Css Color HEX #04DBFD Deep Sky Blue

📋 copy color: '#04DBFD'

red 4 ◦ green 219 ◦ blue 253

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

Shades of Deep Sky Blue #04DBFD

Tints of Deep Sky Blue #04DBFD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.01%

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

R = 0.84%
G = 46.01%
B = 53.15%

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

#04DBFD (or 0x04DBFD) is known color: Deep Sky Blue. HEX triplet: 04, DB and FD. RGB value is (4,219,253). Sum of RGB (Red+Green+Blue) = 4+219+253=476 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #04DBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DBFD is #FB2402. Grayscale: #9E9E9E. Windows color (decimal): -16458755 or 16636676. OLE color: 16636676.

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

Color convert

RGB 4 219 253 -
CMYK 0.98 0.13 0 0.01
HSL 188.19º 0.98% 0.5% -
HSV(B) 188.19º 0.98% 0.99% -
XYZ 43.11 57.78 101.81 -
YUV 158.59 181.27 17.74 -
System Red Green Blue C M Y K H S L
Decimal 4 219 253 0.98 0.13 0 0.01 188.19 0.98 0.5
Hex 4 DB FD 62 D 0 1 BC 62 32
Octal 4 333 375 142 15 0 1 274 142 62
Binary 100 11011011 11111101 1100010 1101 0 1 10111100 1100010 110010

Color Harmonies of #04DBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DBFD

Black with #04DBFD

Text Example


Text Example

White with #04DBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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