Html Css Color HEX #04ADF0 Deep Sky Blue

📋 copy color: '#04ADF0'

red 4 ◦ green 173 ◦ blue 240

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

Shades of Deep Sky Blue #04ADF0

Tints of Deep Sky Blue #04ADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 57.55%

R = 0.96%
G = 41.49%
B = 57.55%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#04ADF0 (or 0x04ADF0) is known color: Deep Sky Blue. HEX triplet: 04, AD and F0. RGB value is (4,173,240). Sum of RGB (Red+Green+Blue) = 4+173+240=417 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 240 (94.14% from 255 or 57.55% from 417); Max value from RGB is 240 - color contains mainly: blue. Hex color #04ADF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04ADF0 is #FB520F. Grayscale: #818181. Windows color (decimal): -16470544 or 15772932. OLE color: 15772932.

HSL color Cylindrical-coordinate representation of color #04ADF0: hue angle of 197.03º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ADF0 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 4 173 240 -
CMYK 0.98 0.28 0 0.06
HSL 197.03º 0.97% 0.48% -
HSV(B) 197.03º 0.98% 0.94% -
XYZ 30.72 36.2 87.81 -
YUV 130.11 190.01 38.05 -
System Red Green Blue C M Y K H S L
Decimal 4 173 240 0.98 0.28 0 0.06 197.03 0.97 0.48
Hex 4 AD F0 62 1C 0 6 C5 61 30
Octal 4 255 360 142 34 0 6 305 141 60
Binary 100 10101101 11110000 1100010 11100 0 110 11000101 1100001 110000

Color Harmonies of #04ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ADF0

Black with #04ADF0

Text Example


Text Example

White with #04ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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