#21aece

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

Shades of Summer Sky #21AECE

Tints of Summer Sky #21AECE

Color information

#21AECE (or 0x21AECE) is unknown color: approx Summer Sky. HEX triplet: 21, AE and CE. RGB value is (33,174,206). Sum of RGB (Red+Green+Blue) = 33+174+206=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #21AECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AECE is #DE5131. Grayscale: #878787. Windows color (decimal): -14569778 or 13544993. OLE color: 13544993.

HSL color Cylindrical-coordinate representation of color #21AECE: hue angle of 191.1º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21AECE is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB33174206-
CMYK0.840.1600.19
HSL191.1º72.38%46.86%-
HSV(B)191.1º83.98%80.78%-
XYZ26.935.0563.74-
YUV135.49167.7954.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.99%
GREEN value IS 174 (68.36% from 255) = 42.13%
BLUE value IS 206 (80.86% from 255) = 49.88%
R=7.99%
G=42.13%
B=49.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal331742060.840.1600.19191.172.3846.86
Hex21AECE5410013bf482f
Octal412563161242002327711057
Binary1000011010111011001110101010010000010011101111111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21aece

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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