Html Css Color HEX #20A6CD Pelorous

📋 copy color: '#20A6CD'

red 32 ◦ green 166 ◦ blue 205

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

Shades of Pelorous #20A6CD

Tints of Pelorous #20A6CD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.19%

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

R = 7.94%
G = 41.19%
B = 50.87%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#20A6CD (or 0x20A6CD) is known color: Pelorous. HEX triplet: 20, A6 and CD. RGB value is (32,166,205). Sum of RGB (Red+Green+Blue) = 32+166+205=403 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.94% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #20A6CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20A6CD is #DF5932. Grayscale: #828282. Windows color (decimal): -14637363 or 13477408. OLE color: 13477408.

HSL color Cylindrical-coordinate representation of color #20A6CD: hue angle of 193.53º 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 #20A6CD is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 166 205 -
CMYK 0.84 0.19 0 0.20
HSL 193.53º 0.73% 0.46% -
HSV(B) 193.53º 0.84% 0.8% -
XYZ 25.25 31.99 62.6 -
YUV 130.38 170.11 57.83 -
System Red Green Blue C M Y K H S L
Decimal 32 166 205 0.84 0.19 0 0.20 193.53 0.73 0.46
Hex 20 A6 CD 54 13 0 14 C2 49 2E
Octal 40 246 315 124 23 0 24 302 111 56
Binary 100000 10100110 11001101 1010100 10011 0 10100 11000010 1001001 101110

Color Harmonies of #20A6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A6CD

Black with #20A6CD

Text Example


Text Example

White with #20A6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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