Html Css Color HEX #04AEFC Deep Sky Blue

📋 copy color: '#04AEFC'

red 4 ◦ green 174 ◦ blue 252

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

Shades of Deep Sky Blue #04AEFC

Tints of Deep Sky Blue #04AEFC

RGB

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

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

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

R = 0.93%
G = 40.47%
B = 58.6%

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

#04AEFC (or 0x04AEFC) is known color: Deep Sky Blue. HEX triplet: 04, AE and FC. RGB value is (4,174,252). Sum of RGB (Red+Green+Blue) = 4+174+252=430 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #04AEFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04AEFC is #FB5103. Grayscale: #838383. Windows color (decimal): -16470276 or 16559620. OLE color: 16559620.

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

Color convert

RGB 4 174 252 -
CMYK 0.98 0.31 0 0.01
HSL 198.87º 0.98% 0.5% -
HSV(B) 198.87º 0.98% 0.99% -
XYZ 32.76 37.33 97.57 -
YUV 132.06 195.68 36.66 -
System Red Green Blue C M Y K H S L
Decimal 4 174 252 0.98 0.31 0 0.01 198.87 0.98 0.5
Hex 4 AE FC 62 1F 0 1 C7 62 32
Octal 4 256 374 142 37 0 1 307 142 62
Binary 100 10101110 11111100 1100010 11111 0 1 11000111 1100010 110010

Color Harmonies of #04AEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AEFC

Black with #04AEFC

Text Example


Text Example

White with #04AEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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