Html Css Color HEX #04DCF9 Deep Sky Blue

📋 copy color: '#04DCF9'

red 4 ◦ green 220 ◦ blue 249

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

Shades of Deep Sky Blue #04DCF9

Tints of Deep Sky Blue #04DCF9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.51%

 BLUE value IS 249 (97.66% from 255) = 52.64%

R = 0.85%
G = 46.51%
B = 52.64%

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

#04DCF9 (or 0x04DCF9) is known color: Deep Sky Blue. HEX triplet: 04, DC and F9. RGB value is (4,220,249). Sum of RGB (Red+Green+Blue) = 4+220+249=473 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #04DCF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DCF9 is #FB2306. Grayscale: #9E9E9E. Windows color (decimal): -16458503 or 16374788. OLE color: 16374788.

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

Color convert

RGB 4 220 249 -
CMYK 0.98 0.12 0 0.02
HSL 187.1º 0.97% 0.5% -
HSV(B) 187.1º 0.98% 0.98% -
XYZ 42.74 58.05 98.57 -
YUV 158.72 178.94 17.64 -
System Red Green Blue C M Y K H S L
Decimal 4 220 249 0.98 0.12 0 0.02 187.1 0.97 0.5
Hex 4 DC F9 62 C 0 2 BB 61 32
Octal 4 334 371 142 14 0 2 273 141 62
Binary 100 11011100 11111001 1100010 1100 0 10 10111011 1100001 110010

Color Harmonies of #04DCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DCF9

Black with #04DCF9

Text Example


Text Example

White with #04DCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,220,249); }

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

background-color css

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

 a { background-color: rgb(4,220,249); }

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

border-color css

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

 span { border-color: rgb(4,220,249); }

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