#04C9FC

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

Shades of Deep Sky Blue #04C9FC

Tints of Deep Sky Blue #04C9FC

Color information

#04C9FC (or 0x04C9FC) is unknown color: approx Deep Sky Blue. HEX triplet: 04, C9 and FC. RGB value is (4,201,252). Sum of RGB (Red+Green+Blue) = 4+201+252=457 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #04C9FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04C9FC is #FB3603. Grayscale: #939393. Windows color (decimal): -16463364 or 16566532. OLE color: 16566532.

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

Color convert

RGB4201252-
CMYK0.980.2000.01
HSL192.34º97.64%50.2%-
HSV(B)192.34º98.41%98.82%-
XYZ38.5148.8399.49-
YUV147.91186.7325.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.88%
GREEN value IS 201 (78.91% from 255) = 43.98%
BLUE value IS 252 (98.83% from 255) = 55.14%
R=0.88%
G=43.98%
B=55.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal42012520.980.2000.01192.3497.6450.2
Hex4C9FC621401c06232
Octal4311374142240130014262
Binary100110010011111110011000101010001110000001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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