Html Css Color HEX #04DBFA Deep Sky Blue

📋 copy color: '#04DBFA'

red 4 ◦ green 219 ◦ blue 250

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

Shades of Deep Sky Blue #04DBFA

Tints of Deep Sky Blue #04DBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.85%

R = 0.85%
G = 46.3%
B = 52.85%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#04DBFA (or 0x04DBFA) is known color: Deep Sky Blue. HEX triplet: 04, DB and FA. RGB value is (4,219,250). Sum of RGB (Red+Green+Blue) = 4+219+250=473 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #04DBFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DBFA is #FB2405. Grayscale: #9D9D9D. Windows color (decimal): -16458758 or 16440068. OLE color: 16440068.

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

Color convert

RGB 4 219 250 -
CMYK 0.98 0.12 0 0.02
HSL 187.56º 0.97% 0.5% -
HSV(B) 187.56º 0.98% 0.98% -
XYZ 42.64 57.59 99.31 -
YUV 158.25 179.77 17.98 -
System Red Green Blue C M Y K H S L
Decimal 4 219 250 0.98 0.12 0 0.02 187.56 0.97 0.5
Hex 4 DB FA 62 C 0 2 BC 61 32
Octal 4 333 372 142 14 0 2 274 141 62
Binary 100 11011011 11111010 1100010 1100 0 10 10111100 1100001 110010

Color Harmonies of #04DBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DBFA

Black with #04DBFA

Text Example


Text Example

White with #04DBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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