Html Css Color HEX #20CDF2 Deep Sky Blue

📋 copy color: '#20CDF2'

red 32 ◦ green 205 ◦ blue 242

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

Shades of Deep Sky Blue #20CDF2

Tints of Deep Sky Blue #20CDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.52%

R = 6.68%
G = 42.8%
B = 50.52%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#20CDF2 (or 0x20CDF2) is known color: Deep Sky Blue. HEX triplet: 20, CD and F2. RGB value is (32,205,242). Sum of RGB (Red+Green+Blue) = 32+205+242=479 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.68% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #20CDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CDF2 is #DF320D. Grayscale: #9D9D9D. Windows color (decimal): -14627342 or 15912224. OLE color: 15912224.

HSL color Cylindrical-coordinate representation of color #20CDF2: hue angle of 190.57º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20CDF2 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 32 205 242 -
CMYK 0.87 0.15 0 0.05
HSL 190.57º 0.89% 0.54% -
HSV(B) 190.57º 0.87% 0.95% -
XYZ 38.45 50.38 91.7 -
YUV 157.49 175.69 38.49 -
System Red Green Blue C M Y K H S L
Decimal 32 205 242 0.87 0.15 0 0.05 190.57 0.89 0.54
Hex 20 CD F2 57 F 0 5 BF 59 36
Octal 40 315 362 127 17 0 5 277 131 66
Binary 100000 11001101 11110010 1010111 1111 0 101 10111111 1011001 110110

Color Harmonies of #20CDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CDF2

Black with #20CDF2

Text Example


Text Example

White with #20CDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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