#21AEC6

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

Shades of Pelorous #21AEC6

Tints of Pelorous #21AEC6

Color information

#21AEC6 (or 0x21AEC6) is unknown color: approx Pelorous. HEX triplet: 21, AE and C6. RGB value is (33,174,198). Sum of RGB (Red+Green+Blue) = 33+174+198=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #21AEC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AEC6 is #DE5139. Grayscale: #868686. Windows color (decimal): -14569786 or 13020705. OLE color: 13020705.

HSL color Cylindrical-coordinate representation of color #21AEC6: hue angle of 188.73º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21AEC6 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB33174198-
CMYK0.830.1200.22
HSL188.73º71.43%45.29%-
HSV(B)188.73º83.33%77.65%-
XYZ25.9634.6758.75-
YUV134.58163.7955.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.15%
GREEN value IS 174 (68.36% from 255) = 42.96%
BLUE value IS 198 (77.73% from 255) = 48.89%
R=8.15%
G=42.96%
B=48.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal331741980.830.1200.22188.7371.4345.29
Hex21AEC653C016bd472d
Octal412563061231402627510755
Binary100001101011101100011010100111100010110101111011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21AEC6; }

 p { color: rgb(33,174,198); }

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

<style>
 a { background-color: #21AEC6; }

 a { background-color: rgb(33,174,198); }

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

<style>
 span { border-color: #21AEC6; }

 span { border-color: rgb(33,174,198); }

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