Html Css Color HEX #20A5CD Pelorous

📋 copy color: '#20A5CD'

red 32 ◦ green 165 ◦ blue 205

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

Shades of Pelorous #20A5CD

Tints of Pelorous #20A5CD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.04%

 BLUE value IS 205 (80.47% from 255) = 51%

R = 7.96%
G = 41.04%
B = 51%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#20A5CD (or 0x20A5CD) is known color: Pelorous. HEX triplet: 20, A5 and CD. RGB value is (32,165,205). Sum of RGB (Red+Green+Blue) = 32+165+205=402 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.96% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #20A5CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A5CD is #DF5A32. Grayscale: #818181. Windows color (decimal): -14637619 or 13477152. OLE color: 13477152.

HSL color Cylindrical-coordinate representation of color #20A5CD: hue angle of 193.87º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20A5CD is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 165 205 -
CMYK 0.84 0.20 0 0.20
HSL 193.87º 0.73% 0.46% -
HSV(B) 193.87º 0.84% 0.8% -
XYZ 25.07 31.63 62.54 -
YUV 129.79 170.44 58.25 -
System Red Green Blue C M Y K H S L
Decimal 32 165 205 0.84 0.20 0 0.20 193.87 0.73 0.46
Hex 20 A5 CD 54 14 0 14 C2 49 2E
Octal 40 245 315 124 24 0 24 302 111 56
Binary 100000 10100101 11001101 1010100 10100 0 10100 11000010 1001001 101110

Color Harmonies of #20A5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A5CD

Black with #20A5CD

Text Example


Text Example

White with #20A5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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