Html Css Color HEX #04ADFC Deep Sky Blue

📋 copy color: '#04ADFC'

red 4 ◦ green 173 ◦ blue 252

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

Shades of Deep Sky Blue #04ADFC

Tints of Deep Sky Blue #04ADFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.74%

R = 0.93%
G = 40.33%
B = 58.74%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#04ADFC (or 0x04ADFC) is known color: Deep Sky Blue. HEX triplet: 04, AD and FC. RGB value is (4,173,252). Sum of RGB (Red+Green+Blue) = 4+173+252=429 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #04ADFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04ADFC is #FB5203. Grayscale: #828282. Windows color (decimal): -16470532 or 16559364. OLE color: 16559364.

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

Color convert

RGB 4 173 252 -
CMYK 0.98 0.31 0 0.01
HSL 199.11º 0.98% 0.5% -
HSV(B) 199.11º 0.98% 0.99% -
XYZ 32.56 36.94 97.51 -
YUV 131.48 196.01 37.08 -
System Red Green Blue C M Y K H S L
Decimal 4 173 252 0.98 0.31 0 0.01 199.11 0.98 0.5
Hex 4 AD FC 62 1F 0 1 C7 62 32
Octal 4 255 374 142 37 0 1 307 142 62
Binary 100 10101101 11111100 1100010 11111 0 1 11000111 1100010 110010

Color Harmonies of #04ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ADFC

Black with #04ADFC

Text Example


Text Example

White with #04ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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