#20C4FA

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

Shades of Deep Sky Blue #20C4FA

Tints of Deep Sky Blue #20C4FA

Color information

#20C4FA (or 0x20C4FA) is unknown color: approx Deep Sky Blue. HEX triplet: 20, C4 and FA. RGB value is (32,196,250). Sum of RGB (Red+Green+Blue) = 32+196+250=478 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.69% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #20C4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20C4FA is #DF3B05. Grayscale: #989898. Windows color (decimal): -14629638 or 16434208. OLE color: 16434208.

HSL color Cylindrical-coordinate representation of color #20C4FA: hue angle of 194.86º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20C4FA is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB32196250-
CMYK0.870.2200.02
HSL194.86º95.61%55.29%-
HSV(B)194.86º87.2%98.04%-
XYZ37.5946.6997.47-
YUV153.12182.6741.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.69%
GREEN value IS 196 (76.95% from 255) = 41.00%
BLUE value IS 250 (98.05% from 255) = 52.30%
R=6.69%
G=41.00%
B=52.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal321962500.870.2200.02194.8695.6155.29
Hex20C4FA571602c36037
Octal40304372127260230314067
Binary1000001100010011111010101011110110010110000111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,196,250); }

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

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

 a { background-color: rgb(32,196,250); }

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

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

 span { border-color: rgb(32,196,250); }

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