#04C1F8

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

Shades of Deep Sky Blue #04C1F8

Tints of Deep Sky Blue #04C1F8

Color information

#04C1F8 (or 0x04C1F8) is unknown color: approx Deep Sky Blue. HEX triplet: 04, C1 and F8. RGB value is (4,193,248). Sum of RGB (Red+Green+Blue) = 4+193+248=445 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 248 (97.27% from 255 or 55.73% from 445); Max value from RGB is 248 - color contains mainly: blue. Hex color #04C1F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04C1F8 is #FB3E07. Grayscale: #8E8E8E. Windows color (decimal): -16465416 or 16302340. OLE color: 16302340.

HSL color Cylindrical-coordinate representation of color #04C1F8: hue angle of 193.52º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C1F8 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB4193248-
CMYK0.980.2200.03
HSL193.52º96.83%49.41%-
HSV(B)193.52º98.39%97.25%-
XYZ36.0644.9495.58-
YUV142.76187.3829.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.90%
GREEN value IS 193 (75.78% from 255) = 43.37%
BLUE value IS 248 (97.27% from 255) = 55.73%
R=0.90%
G=43.37%
B=55.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal41932480.980.2200.03193.5296.8349.41
Hex4C1F8621603c26131
Octal4301370142260330214161
Binary1001100000111111000110001010110011110000101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,193,248); }

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

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

 a { background-color: rgb(4,193,248); }

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

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

 span { border-color: rgb(4,193,248); }

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