#20BDFE

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

Shades of Deep Sky Blue #20BDFE

Tints of Deep Sky Blue #20BDFE

Color information

#20BDFE (or 0x20BDFE) is unknown color: approx Deep Sky Blue. HEX triplet: 20, BD and FE. RGB value is (32,189,254). Sum of RGB (Red+Green+Blue) = 32+189+254=475 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.74% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #20BDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BDFE is #DF4201. Grayscale: #959595. Windows color (decimal): -14631426 or 16694560. OLE color: 16694560.

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

Color convert

RGB32189254-
CMYK0.870.2600.00
HSL197.57º99.11%56.08%-
HSV(B)197.57º87.4%99.61%-
XYZ36.6843.86100.3-
YUV149.47186.9944.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.74%
GREEN value IS 189 (74.22% from 255) = 39.79%
BLUE value IS 254 (99.61% from 255) = 53.47%
R=6.74%
G=39.79%
B=53.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal321892540.870.2600.00197.5799.1156.08
Hex20BDFE571A00c66338
Octal40275376127320030614370
Binary100000101111011111111010101111101000110001101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,189,254); }

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

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

 a { background-color: rgb(32,189,254); }

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

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

 span { border-color: rgb(32,189,254); }

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