#20ADBE

Color #20ADBE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #20ADBE

Tints of Pelorous #20ADBE

Color information

#20ADBE (or 0x20ADBE) is unknown color: approx Pelorous. HEX triplet: 20, AD and BE. RGB value is (32,173,190). Sum of RGB (Red+Green+Blue) = 32+173+190=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #20ADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ADBE is #DF5241. Grayscale: #848484. Windows color (decimal): -14635586 or 12496160. OLE color: 12496160.

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

Color convert

RGB32173190-
CMYK0.830.0900.25
HSL186.46º71.17%43.53%-
HSV(B)186.46º83.16%74.51%-
XYZ24.8333.9153.95-
YUV132.78160.2956.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.10%
GREEN value IS 173 (67.97% from 255) = 43.80%
BLUE value IS 190 (74.61% from 255) = 48.10%
R=8.10%
G=43.80%
B=48.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal321731900.830.0900.25186.4671.1743.53
Hex20ADBE539019ba472c
Octal402552761231103127210754
Binary100000101011011011111010100111001011001101110101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,173,190); }

 H1.HeaderClassName
 {
   color: #20ADBE;
 }
 .AnyTagClassName
 {
   color: #20ADBE;
 }
</style>
background-color css

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

 a { background-color: rgb(32,173,190); }

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

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

 span { border-color: rgb(32,173,190); }

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