Html Css Color HEX #20AABB Pelorous

📋 copy color: '#20AABB'

red 32 ◦ green 170 ◦ blue 187

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

Shades of Pelorous #20AABB

Tints of Pelorous #20AABB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.7%

 BLUE value IS 187 (73.44% from 255) = 48.07%

R = 8.23%
G = 43.7%
B = 48.07%

CMYK

 C value IS 0.83

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#20AABB (or 0x20AABB) is known color: Pelorous. HEX triplet: 20, AA and BB. RGB value is (32,170,187). Sum of RGB (Red+Green+Blue) = 32+170+187=389 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.23% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #20AABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AABB is #DF5544. Grayscale: #828282. Windows color (decimal): -14636357 or 12298784. OLE color: 12298784.

HSL color Cylindrical-coordinate representation of color #20AABB: hue angle of 186.58º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20AABB is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 170 187 -
CMYK 0.83 0.09 0 0.27
HSL 186.58º 0.71% 0.43% -
HSV(B) 186.58º 0.83% 0.73% -
XYZ 23.94 32.64 52.05 -
YUV 130.68 159.78 57.62 -
System Red Green Blue C M Y K H S L
Decimal 32 170 187 0.83 0.09 0 0.27 186.58 0.71 0.43
Hex 20 AA BB 53 9 0 1B BB 47 2B
Octal 40 252 273 123 11 0 33 273 107 53
Binary 100000 10101010 10111011 1010011 1001 0 11011 10111011 1000111 101011

Color Harmonies of #20AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AABB

Black with #20AABB

Text Example


Text Example

White with #20AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,170,187); }

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

background-color css

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

 a { background-color: rgb(32,170,187); }

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

border-color css

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

 span { border-color: rgb(32,170,187); }

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