Html Css Color HEX #04ADFD Deep Sky Blue

📋 copy color: '#04ADFD'

red 4 ◦ green 173 ◦ blue 253

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

Shades of Deep Sky Blue #04ADFD

Tints of Deep Sky Blue #04ADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.23%

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

R = 0.93%
G = 40.23%
B = 58.84%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#04ADFD (or 0x04ADFD) is known color: Deep Sky Blue. HEX triplet: 04, AD and FD. RGB value is (4,173,253). Sum of RGB (Red+Green+Blue) = 4+173+253=430 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #04ADFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04ADFD is #FB5202. Grayscale: #838383. Windows color (decimal): -16470531 or 16624900. OLE color: 16624900.

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

Color convert

RGB 4 173 253 -
CMYK 0.98 0.32 0 0.01
HSL 199.28º 0.98% 0.5% -
HSV(B) 199.28º 0.98% 0.99% -
XYZ 32.72 37 98.35 -
YUV 131.59 196.51 37 -
System Red Green Blue C M Y K H S L
Decimal 4 173 253 0.98 0.32 0 0.01 199.28 0.98 0.5
Hex 4 AD FD 62 20 0 1 C7 62 32
Octal 4 255 375 142 40 0 1 307 142 62
Binary 100 10101101 11111101 1100010 100000 0 1 11000111 1100010 110010

Color Harmonies of #04ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ADFD

Black with #04ADFD

Text Example


Text Example

White with #04ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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