Html Css Color HEX #20DAFC Deep Sky Blue

📋 copy color: '#20DAFC'

red 32 ◦ green 218 ◦ blue 252

#20DAFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #20DAFC

Tints of Deep Sky Blue #20DAFC

RGB

 RED value IS 32 (12.89% from 255) = 6.37%

 GREEN value IS 218 (85.55% from 255) = 43.43%

 BLUE value IS 252 (98.83% from 255) = 50.2%

R = 6.37%
G = 43.43%
B = 50.2%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#20DAFC (or 0x20DAFC) is known color: Deep Sky Blue. HEX triplet: 20, DA and FC. RGB value is (32,218,252). Sum of RGB (Red+Green+Blue) = 32+218+252=502 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.37% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #20DAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DAFC is #DF2503. Grayscale: #A5A5A5. Windows color (decimal): -14624004 or 16570912. OLE color: 16570912.

HSL color Cylindrical-coordinate representation of color #20DAFC: hue angle of 189.27º 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 #20DAFC is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 32 218 252 -
CMYK 0.87 0.13 0 0.01
HSL 189.27º 0.97% 0.56% -
HSV(B) 189.27º 0.87% 0.99% -
XYZ 43.24 57.48 100.91 -
YUV 166.26 176.38 32.24 -
System Red Green Blue C M Y K H S L
Decimal 32 218 252 0.87 0.13 0 0.01 189.27 0.97 0.56
Hex 20 DA FC 57 D 0 1 BD 61 38
Octal 40 332 374 127 15 0 1 275 141 70
Binary 100000 11011010 11111100 1010111 1101 0 1 10111101 1100001 111000

Color Harmonies of #20DAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DAFC

Black with #20DAFC

Text Example


Text Example

White with #20DAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20DAFC;
 }
 .AnyTagClassName
 {
   color: #20DAFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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