#21AEC4

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

Shades of Pelorous #21AEC4

Tints of Pelorous #21AEC4

Color information

#21AEC4 (or 0x21AEC4) is unknown color: approx Pelorous. HEX triplet: 21, AE and C4. RGB value is (33,174,196). Sum of RGB (Red+Green+Blue) = 33+174+196=403 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.19% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 196 (76.95% from 255 or 48.64% from 403); Max value from RGB is 196 - color contains mainly: blue. Hex color #21AEC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AEC4 is #DE513B. Grayscale: #868686. Windows color (decimal): -14569788 or 12889633. OLE color: 12889633.

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

Color convert

RGB33174196-
CMYK0.830.1100.23
HSL188.1º71.18%44.9%-
HSV(B)188.1º83.16%76.86%-
XYZ25.7334.5857.54-
YUV134.35162.7955.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.19%
GREEN value IS 174 (68.36% from 255) = 43.18%
BLUE value IS 196 (76.95% from 255) = 48.64%
R=8.19%
G=43.18%
B=48.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal331741960.830.1100.23188.171.1844.9
Hex21AEC453B017bc472d
Octal412563041231302727410755
Binary100001101011101100010010100111011010111101111001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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