Html Css Color HEX #04B5ED Deep Sky Blue

📋 copy color: '#04B5ED'

red 4 ◦ green 181 ◦ blue 237

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

Shades of Deep Sky Blue #04B5ED

Tints of Deep Sky Blue #04B5ED

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.89%

 BLUE value IS 237 (92.97% from 255) = 56.16%

R = 0.95%
G = 42.89%
B = 56.16%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#04B5ED (or 0x04B5ED) is known color: Deep Sky Blue. HEX triplet: 04, B5 and ED. RGB value is (4,181,237). Sum of RGB (Red+Green+Blue) = 4+181+237=422 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #04B5ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04B5ED is #FB4A12. Grayscale: #868686. Windows color (decimal): -16468499 or 15578372. OLE color: 15578372.

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

Color convert

RGB 4 181 237 -
CMYK 0.98 0.24 0 0.07
HSL 194.42º 0.97% 0.47% -
HSV(B) 194.42º 0.98% 0.93% -
XYZ 31.86 39.19 86.01 -
YUV 134.46 185.86 34.95 -
System Red Green Blue C M Y K H S L
Decimal 4 181 237 0.98 0.24 0 0.07 194.42 0.97 0.47
Hex 4 B5 ED 62 18 0 7 C2 61 2F
Octal 4 265 355 142 30 0 7 302 141 57
Binary 100 10110101 11101101 1100010 11000 0 111 11000010 1100001 101111

Color Harmonies of #04B5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B5ED

Black with #04B5ED

Text Example


Text Example

White with #04B5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,181,237); }

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

background-color css

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

 a { background-color: rgb(4,181,237); }

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

border-color css

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

 span { border-color: rgb(4,181,237); }

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