Html Css Color HEX #04A8EA Deep Sky Blue

📋 copy color: '#04A8EA'

red 4 ◦ green 168 ◦ blue 234

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

Shades of Deep Sky Blue #04A8EA

Tints of Deep Sky Blue #04A8EA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.38%

 BLUE value IS 234 (91.8% from 255) = 57.64%

R = 0.99%
G = 41.38%
B = 57.64%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#04A8EA (or 0x04A8EA) is known color: Deep Sky Blue. HEX triplet: 04, A8 and EA. RGB value is (4,168,234). Sum of RGB (Red+Green+Blue) = 4+168+234=406 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #04A8EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04A8EA is #FB5715. Grayscale: #7E7E7E. Windows color (decimal): -16471830 or 15378436. OLE color: 15378436.

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

Color convert

RGB 4 168 234 -
CMYK 0.98 0.28 0 0.08
HSL 197.22º 0.97% 0.47% -
HSV(B) 197.22º 0.98% 0.92% -
XYZ 28.9 33.97 82.88 -
YUV 126.49 188.67 40.63 -
System Red Green Blue C M Y K H S L
Decimal 4 168 234 0.98 0.28 0 0.08 197.22 0.97 0.47
Hex 4 A8 EA 62 1C 0 8 C5 61 2F
Octal 4 250 352 142 34 0 10 305 141 57
Binary 100 10101000 11101010 1100010 11100 0 1000 11000101 1100001 101111

Color Harmonies of #04A8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A8EA

Black with #04A8EA

Text Example


Text Example

White with #04A8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,168,234); }

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

background-color css

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

 a { background-color: rgb(4,168,234); }

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

border-color css

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

 span { border-color: rgb(4,168,234); }

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