Html Css Color HEX #04B9EA Deep Sky Blue

📋 copy color: '#04B9EA'

red 4 ◦ green 185 ◦ blue 234

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

Shades of Deep Sky Blue #04B9EA

Tints of Deep Sky Blue #04B9EA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.74%

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 0.95%
G = 43.74%
B = 55.32%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#04B9EA (or 0x04B9EA) is known color: Deep Sky Blue. HEX triplet: 04, B9 and EA. RGB value is (4,185,234). Sum of RGB (Red+Green+Blue) = 4+185+234=423 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #04B9EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04B9EA is #FB4615. Grayscale: #888888. Windows color (decimal): -16467478 or 15382788. OLE color: 15382788.

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

Color convert

RGB 4 185 234 -
CMYK 0.98 0.21 0 0.08
HSL 192.78º 0.97% 0.47% -
HSV(B) 192.78º 0.98% 0.92% -
XYZ 32.25 40.66 83.99 -
YUV 136.47 183.03 33.52 -
System Red Green Blue C M Y K H S L
Decimal 4 185 234 0.98 0.21 0 0.08 192.78 0.97 0.47
Hex 4 B9 EA 62 15 0 8 C1 61 2F
Octal 4 271 352 142 25 0 10 301 141 57
Binary 100 10111001 11101010 1100010 10101 0 1000 11000001 1100001 101111

Color Harmonies of #04B9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B9EA

Black with #04B9EA

Text Example


Text Example

White with #04B9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,185,234); }

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

background-color css

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

 a { background-color: rgb(4,185,234); }

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

border-color css

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

 span { border-color: rgb(4,185,234); }

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