Html Css Color HEX #20ABCB Pelorous

📋 copy color: '#20ABCB'

red 32 ◦ green 171 ◦ blue 203

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

Shades of Pelorous #20ABCB

Tints of Pelorous #20ABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.12%

 BLUE value IS 203 (79.69% from 255) = 50%

R = 7.88%
G = 42.12%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#20ABCB (or 0x20ABCB) is known color: Pelorous. HEX triplet: 20, AB and CB. RGB value is (32,171,203). Sum of RGB (Red+Green+Blue) = 32+171+203=406 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.88% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #20ABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ABCB is #DF5434. Grayscale: #848484. Windows color (decimal): -14636085 or 13347616. OLE color: 13347616.

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

Color convert

RGB 32 171 203 -
CMYK 0.84 0.16 0 0.20
HSL 191.23º 0.73% 0.46% -
HSV(B) 191.23º 0.84% 0.8% -
XYZ 25.94 33.74 61.65 -
YUV 133.09 167.45 55.9 -
System Red Green Blue C M Y K H S L
Decimal 32 171 203 0.84 0.16 0 0.20 191.23 0.73 0.46
Hex 20 AB CB 54 10 0 14 BF 49 2E
Octal 40 253 313 124 20 0 24 277 111 56
Binary 100000 10101011 11001011 1010100 10000 0 10100 10111111 1001001 101110

Color Harmonies of #20ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ABCB

Black with #20ABCB

Text Example


Text Example

White with #20ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,171,203); }

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

background-color css

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

 a { background-color: rgb(32,171,203); }

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

border-color css

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

 span { border-color: rgb(32,171,203); }

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