#04B8EB

Color #04B8EB Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #04B8EB

Tints of Deep Sky Blue #04B8EB

Color information

#04B8EB (or 0x04B8EB) is unknown color: approx Deep Sky Blue. HEX triplet: 04, B8 and EB. RGB value is (4,184,235). Sum of RGB (Red+Green+Blue) = 4+184+235=423 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #04B8EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04B8EB is #FB4714. Grayscale: #878787. Windows color (decimal): -16467733 or 15448068. OLE color: 15448068.

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

Color convert

RGB4184235-
CMYK0.980.2200.08
HSL193.25º96.65%46.86%-
HSV(B)193.25º98.3%92.16%-
XYZ32.1940.384.68-
YUV135.99183.8733.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.95%
GREEN value IS 184 (72.27% from 255) = 43.50%
BLUE value IS 235 (92.19% from 255) = 55.56%
R=0.95%
G=43.50%
B=55.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal41842350.980.2200.08193.2596.6546.86
Hex4B8EB621608c1612f
Octal42703531422601030114157
Binary100101110001110101111000101011001000110000011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04B8EB;
 }
 .AnyTagClassName
 {
   color: #04B8EB;
 }
</style>
background-color css

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

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

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

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

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

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