#21A9CC

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

Shades of Summer Sky #21A9CC

Tints of Summer Sky #21A9CC

Color information

#21A9CC (or 0x21A9CC) is unknown color: approx Summer Sky. HEX triplet: 21, A9 and CC. RGB value is (33,169,204). Sum of RGB (Red+Green+Blue) = 33+169+204=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #21A9CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A9CC is #DE5633. Grayscale: #848484. Windows color (decimal): -14571060 or 13412641. OLE color: 13412641.

HSL color Cylindrical-coordinate representation of color #21A9CC: hue angle of 192.28º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21A9CC is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB33169204-
CMYK0.840.1700.2
HSL192.28º72.15%46.47%-
HSV(B)192.28º83.82%80%-
XYZ25.7133.0662.15-
YUV132.33168.4457.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.13%
GREEN value IS 169 (66.41% from 255) = 41.63%
BLUE value IS 204 (80.08% from 255) = 50.25%
R=8.13%
G=41.63%
B=50.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal331692040.840.1700.2192.2872.1546.47
Hex21A9CC5411014c0482e
Octal412513141242102430011056
Binary1000011010100111001100101010010001010100110000001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,169,204); }

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

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

 a { background-color: rgb(33,169,204); }

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

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

 span { border-color: rgb(33,169,204); }

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