#04D5FF

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

Shades of Deep Sky Blue #04D5FF

Tints of Deep Sky Blue #04D5FF

Color information

#04D5FF (or 0x04D5FF) is unknown color: approx Deep Sky Blue. HEX triplet: 04, D5 and FF. RGB value is (4,213,255). Sum of RGB (Red+Green+Blue) = 4+213+255=472 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #04D5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D5FF is #FB2A00. Grayscale: #9A9A9A. Windows color (decimal): -16460289 or 16766212. OLE color: 16766212.

HSL color Cylindrical-coordinate representation of color #04D5FF: hue angle of 190.04º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D5FF is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB4213255-
CMYK0.980.1600
HSL190.04º100%50.78%-
HSV(B)190.04º98.43%100%-
XYZ41.8954.83102.98-
YUV155.3184.2620.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.85%
GREEN value IS 213 (83.59% from 255) = 45.13%
BLUE value IS 255 (100% from 255) = 54.03%
R=0.85%
G=45.13%
B=54.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal42132550.980.1600190.0410050.78
Hex4D5FF621000be6433
Octal4325377142200027614463
Binary100110101011111111111000101000000101111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04D5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,213,255); }

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

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

 a { background-color: rgb(4,213,255); }

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

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

 span { border-color: rgb(4,213,255); }

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