Html Css Color HEX #04A1EB Deep Sky Blue

📋 copy color: '#04A1EB'

red 4 ◦ green 161 ◦ blue 235

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

Shades of Deep Sky Blue #04A1EB

Tints of Deep Sky Blue #04A1EB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.25%

 BLUE value IS 235 (92.19% from 255) = 58.75%

R = 1%
G = 40.25%
B = 58.75%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#04A1EB (or 0x04A1EB) is known color: Deep Sky Blue. HEX triplet: 04, A1 and EB. RGB value is (4,161,235). Sum of RGB (Red+Green+Blue) = 4+161+235=400 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #04A1EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04A1EB is #FB5E14. Grayscale: #7A7A7A. Windows color (decimal): -16473621 or 15442180. OLE color: 15442180.

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

Color convert

RGB 4 161 235 -
CMYK 0.98 0.31 0 0.08
HSL 199.22º 0.97% 0.47% -
HSV(B) 199.22º 0.98% 0.92% -
XYZ 27.79 31.51 83.22 -
YUV 122.49 191.49 43.48 -
System Red Green Blue C M Y K H S L
Decimal 4 161 235 0.98 0.31 0 0.08 199.22 0.97 0.47
Hex 4 A1 EB 62 1F 0 8 C7 61 2F
Octal 4 241 353 142 37 0 10 307 141 57
Binary 100 10100001 11101011 1100010 11111 0 1000 11000111 1100001 101111

Color Harmonies of #04A1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A1EB

Black with #04A1EB

Text Example


Text Example

White with #04A1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,161,235); }

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

background-color css

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

 a { background-color: rgb(4,161,235); }

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

border-color css

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

 span { border-color: rgb(4,161,235); }

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