#20D5FC

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

Shades of Deep Sky Blue #20D5FC

Tints of Deep Sky Blue #20D5FC

Color information

#20D5FC (or 0x20D5FC) is unknown color: approx Deep Sky Blue. HEX triplet: 20, D5 and FC. RGB value is (32,213,252). Sum of RGB (Red+Green+Blue) = 32+213+252=497 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.44% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #20D5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20D5FC is #DF2A03. Grayscale: #A2A2A2. Windows color (decimal): -14625284 or 16569632. OLE color: 16569632.

HSL color Cylindrical-coordinate representation of color #20D5FC: hue angle of 190.64º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20D5FC is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB32213252-
CMYK0.870.1500.01
HSL190.64º97.35%55.69%-
HSV(B)190.64º87.3%98.82%-
XYZ41.9654.92100.49-
YUV163.33178.0334.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.44%
GREEN value IS 213 (83.59% from 255) = 42.86%
BLUE value IS 252 (98.83% from 255) = 50.70%
R=6.44%
G=42.86%
B=50.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal322132520.870.1500.01190.6497.3555.69
Hex20D5FC57F01bf6138
Octal40325374127170127714170
Binary10000011010101111111001010111111101101111111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20D5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20D5FC; }

 p { color: rgb(32,213,252); }

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

<style>
 a { background-color: #20D5FC; }

 a { background-color: rgb(32,213,252); }

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

<style>
 span { border-color: #20D5FC; }

 span { border-color: rgb(32,213,252); }

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