#21AACE

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

Shades of Summer Sky #21AACE

Tints of Summer Sky #21AACE

Color information

#21AACE (or 0x21AACE) is unknown color: approx Summer Sky. HEX triplet: 21, AA and CE. RGB value is (33,170,206). Sum of RGB (Red+Green+Blue) = 33+170+206=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #21AACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AACE is #DE5531. Grayscale: #848484. Windows color (decimal): -14570802 or 13543969. OLE color: 13543969.

HSL color Cylindrical-coordinate representation of color #21AACE: hue angle of 192.49º 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 #21AACE is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB33170206-
CMYK0.840.1700.19
HSL192.49º72.38%46.86%-
HSV(B)192.49º83.98%80.78%-
XYZ26.1433.5363.49-
YUV133.14169.1156.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.07%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 206 (80.86% from 255) = 50.37%
R=8.07%
G=41.56%
B=50.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal331702060.840.1700.19192.4972.3846.86
Hex21AACE5411013c0482f
Octal412523161242102330011057
Binary1000011010101011001110101010010001010011110000001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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