Html Css Color HEX #04B5EE Deep Sky Blue

📋 copy color: '#04B5EE'

red 4 ◦ green 181 ◦ blue 238

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

Shades of Deep Sky Blue #04B5EE

Tints of Deep Sky Blue #04B5EE

RGB

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

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

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

R = 0.95%
G = 42.79%
B = 56.26%

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

#04B5EE (or 0x04B5EE) is known color: Deep Sky Blue. HEX triplet: 04, B5 and EE. RGB value is (4,181,238). Sum of RGB (Red+Green+Blue) = 4+181+238=423 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #04B5EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04B5EE is #FB4A11. Grayscale: #868686. Windows color (decimal): -16468498 or 15643908. OLE color: 15643908.

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

Color convert

RGB 4 181 238 -
CMYK 0.98 0.24 0 0.07
HSL 194.62º 0.97% 0.47% -
HSV(B) 194.62º 0.98% 0.93% -
XYZ 32.01 39.25 86.78 -
YUV 134.58 186.36 34.87 -
System Red Green Blue C M Y K H S L
Decimal 4 181 238 0.98 0.24 0 0.07 194.62 0.97 0.47
Hex 4 B5 EE 62 18 0 7 C3 61 2F
Octal 4 265 356 142 30 0 7 303 141 57
Binary 100 10110101 11101110 1100010 11000 0 111 11000011 1100001 101111

Color Harmonies of #04B5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B5EE

Black with #04B5EE

Text Example


Text Example

White with #04B5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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