Html Css Color HEX #20CDFD Deep Sky Blue

📋 copy color: '#20CDFD'

red 32 ◦ green 205 ◦ blue 253

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

Shades of Deep Sky Blue #20CDFD

Tints of Deep Sky Blue #20CDFD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.84%

 BLUE value IS 253 (99.22% from 255) = 51.63%

R = 6.53%
G = 41.84%
B = 51.63%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#20CDFD (or 0x20CDFD) is known color: Deep Sky Blue. HEX triplet: 20, CD and FD. RGB value is (32,205,253). Sum of RGB (Red+Green+Blue) = 32+205+253=490 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.53% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #20CDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CDFD is #DF3202. Grayscale: #9E9E9E. Windows color (decimal): -14627331 or 16633120. OLE color: 16633120.

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

Color convert

RGB 32 205 253 -
CMYK 0.87 0.19 0 0.01
HSL 193.03º 0.98% 0.56% -
HSV(B) 193.03º 0.87% 0.99% -
XYZ 40.16 51.06 100.67 -
YUV 158.75 181.19 37.6 -
System Red Green Blue C M Y K H S L
Decimal 32 205 253 0.87 0.19 0 0.01 193.03 0.98 0.56
Hex 20 CD FD 57 13 0 1 C1 62 38
Octal 40 315 375 127 23 0 1 301 142 70
Binary 100000 11001101 11111101 1010111 10011 0 1 11000001 1100010 111000

Color Harmonies of #20CDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CDFD

Black with #20CDFD

Text Example


Text Example

White with #20CDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,205,253); }

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

background-color css

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

 a { background-color: rgb(32,205,253); }

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

border-color css

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

 span { border-color: rgb(32,205,253); }

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