Html Css Color HEX #04BEE5 Deep Sky Blue

📋 copy color: '#04BEE5'

red 4 ◦ green 190 ◦ blue 229

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

Shades of Deep Sky Blue #04BEE5

Tints of Deep Sky Blue #04BEE5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.92%

 BLUE value IS 229 (89.84% from 255) = 54.14%

R = 0.95%
G = 44.92%
B = 54.14%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#04BEE5 (or 0x04BEE5) is known color: Deep Sky Blue. HEX triplet: 04, BE and E5. RGB value is (4,190,229). Sum of RGB (Red+Green+Blue) = 4+190+229=423 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #04BEE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BEE5 is #FB411A. Grayscale: #8A8A8A. Windows color (decimal): -16466203 or 15056388. OLE color: 15056388.

HSL color Cylindrical-coordinate representation of color #04BEE5: hue angle of 190.4º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BEE5 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 4 190 229 -
CMYK 0.98 0.17 0 0.10
HSL 190.4º 0.97% 0.46% -
HSV(B) 190.4º 0.98% 0.9% -
XYZ 32.61 42.51 80.62 -
YUV 138.83 178.88 31.83 -
System Red Green Blue C M Y K H S L
Decimal 4 190 229 0.98 0.17 0 0.10 190.4 0.97 0.46
Hex 4 BE E5 62 11 0 A BE 61 2E
Octal 4 276 345 142 21 0 12 276 141 56
Binary 100 10111110 11100101 1100010 10001 0 1010 10111110 1100001 101110

Color Harmonies of #04BEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BEE5

Black with #04BEE5

Text Example


Text Example

White with #04BEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,190,229); }

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

background-color css

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

 a { background-color: rgb(4,190,229); }

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

border-color css

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

 span { border-color: rgb(4,190,229); }

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