Html Css Color HEX #04DBFE Deep Sky Blue

📋 copy color: '#04DBFE'

red 4 ◦ green 219 ◦ blue 254

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

Shades of Deep Sky Blue #04DBFE

Tints of Deep Sky Blue #04DBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.25%

R = 0.84%
G = 45.91%
B = 53.25%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#04DBFE (or 0x04DBFE) is known color: Deep Sky Blue. HEX triplet: 04, DB and FE. RGB value is (4,219,254). Sum of RGB (Red+Green+Blue) = 4+219+254=477 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #04DBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DBFE is #FB2401. Grayscale: #9E9E9E. Windows color (decimal): -16458754 or 16702212. OLE color: 16702212.

HSL color Cylindrical-coordinate representation of color #04DBFE: hue angle of 188.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DBFE is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 4 219 254 -
CMYK 0.98 0.14 0 0.00
HSL 188.4º 0.99% 0.51% -
HSV(B) 188.4º 0.98% 1% -
XYZ 43.27 57.84 102.65 -
YUV 158.71 181.77 17.65 -
System Red Green Blue C M Y K H S L
Decimal 4 219 254 0.98 0.14 0 0.00 188.4 0.99 0.51
Hex 4 DB FE 62 E 0 0 BC 63 33
Octal 4 333 376 142 16 0 0 274 143 63
Binary 100 11011011 11111110 1100010 1110 0 0 10111100 1100011 110011

Color Harmonies of #04DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DBFE

Black with #04DBFE

Text Example


Text Example

White with #04DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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