#04B8ED

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

Shades of Deep Sky Blue #04B8ED

Tints of Deep Sky Blue #04B8ED

Color information

#04B8ED (or 0x04B8ED) is unknown color: approx Deep Sky Blue. HEX triplet: 04, B8 and ED. RGB value is (4,184,237). Sum of RGB (Red+Green+Blue) = 4+184+237=425 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #04B8ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04B8ED is #FB4712. Grayscale: #878787. Windows color (decimal): -16467731 or 15579140. OLE color: 15579140.

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

Color convert

RGB4184237-
CMYK0.980.2200.07
HSL193.65º96.68%47.25%-
HSV(B)193.65º98.31%92.94%-
XYZ32.4840.4286.21-
YUV136.22184.8733.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.94%
GREEN value IS 184 (72.27% from 255) = 43.29%
BLUE value IS 237 (92.97% from 255) = 55.76%
R=0.94%
G=43.29%
B=55.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal41842370.980.2200.07193.6596.6847.25
Hex4B8ED621607c2612f
Octal4270355142260730214157
Binary10010111000111011011100010101100111110000101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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