#04B3FC

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

Shades of Deep Sky Blue #04B3FC

Tints of Deep Sky Blue #04B3FC

Color information

#04B3FC (or 0x04B3FC) is unknown color: approx Deep Sky Blue. HEX triplet: 04, B3 and FC. RGB value is (4,179,252). Sum of RGB (Red+Green+Blue) = 4+179+252=435 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #04B3FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04B3FC is #FB4C03. Grayscale: #868686. Windows color (decimal): -16468996 or 16560900. OLE color: 16560900.

HSL color Cylindrical-coordinate representation of color #04B3FC: hue angle of 197.66º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B3FC is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB4179252-
CMYK0.980.2900.01
HSL197.66º97.64%50.2%-
HSV(B)197.66º98.41%98.82%-
XYZ33.7439.2997.9-
YUV135194.0234.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.92%
GREEN value IS 179 (70.31% from 255) = 41.15%
BLUE value IS 252 (98.83% from 255) = 57.93%
R=0.92%
G=41.15%
B=57.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal41792520.980.2900.01197.6697.6450.2
Hex4B3FC621D01c66232
Octal4263374142350130614262
Binary100101100111111110011000101110101110001101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,179,252); }

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

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

 a { background-color: rgb(4,179,252); }

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

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

 span { border-color: rgb(4,179,252); }

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