#21ACCC

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

Shades of Summer Sky #21ACCC

Tints of Summer Sky #21ACCC

Color information

#21ACCC (or 0x21ACCC) is unknown color: approx Summer Sky. HEX triplet: 21, AC and CC. RGB value is (33,172,204). Sum of RGB (Red+Green+Blue) = 33+172+204=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #21ACCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ACCC is #DE5333. Grayscale: #858585. Windows color (decimal): -14570292 or 13413409. OLE color: 13413409.

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

Color convert

RGB33172204-
CMYK0.840.1600.2
HSL191.23º72.15%46.47%-
HSV(B)191.23º83.82%80%-
XYZ26.2834.1962.34-
YUV134.09167.4555.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.07%
GREEN value IS 172 (67.58% from 255) = 42.05%
BLUE value IS 204 (80.08% from 255) = 49.88%
R=8.07%
G=42.05%
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.2
SystemRedGreenBlueCMYKHSL
Decimal331722040.840.1600.2191.2372.1546.47
Hex21ACCC5410014bf482e
Octal412543141242002427711056
Binary1000011010110011001100101010010000010100101111111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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