Html Css Color HEX #04DBFB Deep Sky Blue

📋 copy color: '#04DBFB'

red 4 ◦ green 219 ◦ blue 251

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

Shades of Deep Sky Blue #04DBFB

Tints of Deep Sky Blue #04DBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.95%

R = 0.84%
G = 46.2%
B = 52.95%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#04DBFB (or 0x04DBFB) is known color: Deep Sky Blue. HEX triplet: 04, DB and FB. RGB value is (4,219,251). Sum of RGB (Red+Green+Blue) = 4+219+251=474 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #04DBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DBFB is #FB2404. Grayscale: #9E9E9E. Windows color (decimal): -16458757 or 16505604. OLE color: 16505604.

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

Color convert

RGB 4 219 251 -
CMYK 0.98 0.13 0 0.02
HSL 187.77º 0.97% 0.5% -
HSV(B) 187.77º 0.98% 0.98% -
XYZ 42.79 57.65 100.14 -
YUV 158.36 180.27 17.9 -
System Red Green Blue C M Y K H S L
Decimal 4 219 251 0.98 0.13 0 0.02 187.77 0.97 0.5
Hex 4 DB FB 62 D 0 2 BC 61 32
Octal 4 333 373 142 15 0 2 274 141 62
Binary 100 11011011 11111011 1100010 1101 0 10 10111100 1100001 110010

Color Harmonies of #04DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DBFB

Black with #04DBFB

Text Example


Text Example

White with #04DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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