Html Css Color HEX #04AEEE Deep Sky Blue

📋 copy color: '#04AEEE'

red 4 ◦ green 174 ◦ blue 238

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

Shades of Deep Sky Blue #04AEEE

Tints of Deep Sky Blue #04AEEE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.83%

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

R = 0.96%
G = 41.83%
B = 57.21%

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

#04AEEE (or 0x04AEEE) is known color: Deep Sky Blue. HEX triplet: 04, AE and EE. RGB value is (4,174,238). Sum of RGB (Red+Green+Blue) = 4+174+238=416 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #04AEEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04AEEE is #FB5111. Grayscale: #828282. Windows color (decimal): -16470290 or 15642116. OLE color: 15642116.

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

Color convert

RGB 4 174 238 -
CMYK 0.98 0.27 0 0.07
HSL 196.41º 0.97% 0.47% -
HSV(B) 196.41º 0.98% 0.93% -
XYZ 30.62 36.47 86.31 -
YUV 130.47 188.68 37.8 -
System Red Green Blue C M Y K H S L
Decimal 4 174 238 0.98 0.27 0 0.07 196.41 0.97 0.47
Hex 4 AE EE 62 1B 0 7 C4 61 2F
Octal 4 256 356 142 33 0 7 304 141 57
Binary 100 10101110 11101110 1100010 11011 0 111 11000100 1100001 101111

Color Harmonies of #04AEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AEEE

Black with #04AEEE

Text Example


Text Example

White with #04AEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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