Html Css Color HEX #04ADEE Deep Sky Blue

📋 copy color: '#04ADEE'

red 4 ◦ green 173 ◦ blue 238

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

Shades of Deep Sky Blue #04ADEE

Tints of Deep Sky Blue #04ADEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.35%

R = 0.96%
G = 41.69%
B = 57.35%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#04ADEE (or 0x04ADEE) is known color: Deep Sky Blue. HEX triplet: 04, AD and EE. RGB value is (4,173,238). Sum of RGB (Red+Green+Blue) = 4+173+238=415 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #04ADEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04ADEE is #FB5211. Grayscale: #818181. Windows color (decimal): -16470546 or 15641860. OLE color: 15641860.

HSL color Cylindrical-coordinate representation of color #04ADEE: hue angle of 196.67º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ADEE is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 173 238 -
CMYK 0.98 0.27 0 0.07
HSL 196.67º 0.97% 0.47% -
HSV(B) 196.67º 0.98% 0.93% -
XYZ 30.43 36.09 86.25 -
YUV 129.88 189.01 38.21 -
System Red Green Blue C M Y K H S L
Decimal 4 173 238 0.98 0.27 0 0.07 196.67 0.97 0.47
Hex 4 AD EE 62 1B 0 7 C5 61 2F
Octal 4 255 356 142 33 0 7 305 141 57
Binary 100 10101101 11101110 1100010 11011 0 111 11000101 1100001 101111

Color Harmonies of #04ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ADEE

Black with #04ADEE

Text Example


Text Example

White with #04ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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