#04C0FC

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

Shades of Deep Sky Blue #04C0FC

Tints of Deep Sky Blue #04C0FC

Color information

#04C0FC (or 0x04C0FC) is unknown color: approx Deep Sky Blue. HEX triplet: 04, C0 and FC. RGB value is (4,192,252). Sum of RGB (Red+Green+Blue) = 4+192+252=448 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #04C0FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04C0FC is #FB3F03. Grayscale: #8E8E8E. Windows color (decimal): -16465668 or 16564228. OLE color: 16564228.

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

Color convert

RGB4192252-
CMYK0.980.2400.01
HSL194.52º97.64%50.2%-
HSV(B)194.52º98.41%98.82%-
XYZ36.4744.7598.81-
YUV142.63189.7229.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.89%
GREEN value IS 192 (75.39% from 255) = 42.86%
BLUE value IS 252 (98.83% from 255) = 56.25%
R=0.89%
G=42.86%
B=56.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal41922520.980.2400.01194.5297.6450.2
Hex4C0FC621801c36232
Octal4300374142300130314262
Binary100110000001111110011000101100001110000111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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