Html Css Color HEX #20DBFC Deep Sky Blue

📋 copy color: '#20DBFC'

red 32 ◦ green 219 ◦ blue 252

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

Shades of Deep Sky Blue #20DBFC

Tints of Deep Sky Blue #20DBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.54%

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

R = 6.36%
G = 43.54%
B = 50.1%

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

#20DBFC (or 0x20DBFC) is known color: Deep Sky Blue. HEX triplet: 20, DB and FC. RGB value is (32,219,252). Sum of RGB (Red+Green+Blue) = 32+219+252=503 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.36% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #20DBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DBFC is #DF2403. Grayscale: #A6A6A6. Windows color (decimal): -14623748 or 16571168. OLE color: 16571168.

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

Color convert

RGB 32 219 252 -
CMYK 0.87 0.13 0 0.01
HSL 189º 0.97% 0.56% -
HSV(B) 189º 0.87% 0.99% -
XYZ 43.5 58 101 -
YUV 166.85 176.05 31.82 -
System Red Green Blue C M Y K H S L
Decimal 32 219 252 0.87 0.13 0 0.01 189 0.97 0.56
Hex 20 DB FC 57 D 0 1 BD 61 38
Octal 40 333 374 127 15 0 1 275 141 70
Binary 100000 11011011 11111100 1010111 1101 0 1 10111101 1100001 111000

Color Harmonies of #20DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DBFC

Black with #20DBFC

Text Example


Text Example

White with #20DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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