Html Css Color HEX #21AECC Summer Sky

📋 copy color: '#21AECC'

red 33 ◦ green 174 ◦ blue 204

#21AECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #21AECC

Tints of Summer Sky #21AECC

RGB

 RED value IS 33 (13.28% from 255) = 8.03%

 GREEN value IS 174 (68.36% from 255) = 42.34%

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 8.03%
G = 42.34%
B = 49.64%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#21AECC (or 0x21AECC) is known color: Summer Sky. HEX triplet: 21, AE and CC. RGB value is (33,174,204). Sum of RGB (Red+Green+Blue) = 33+174+204=411 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.03% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #21AECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AECC is #DE5133. Grayscale: #878787. Windows color (decimal): -14569780 or 13413921. OLE color: 13413921.

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

Color convert

RGB 33 174 204 -
CMYK 0.84 0.15 0 0.2
HSL 190.53º 0.72% 0.46% -
HSV(B) 190.53º 0.84% 0.8% -
XYZ 26.66 34.96 62.47 -
YUV 135.26 166.79 55.06 -
System Red Green Blue C M Y K H S L
Decimal 33 174 204 0.84 0.15 0 0.2 190.53 0.72 0.46
Hex 21 AE CC 54 F 0 14 BF 48 2E
Octal 41 256 314 124 17 0 24 277 110 56
Binary 100001 10101110 11001100 1010100 1111 0 10100 10111111 1001000 101110

Color Harmonies of #21AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AECC

Black with #21AECC

Text Example


Text Example

White with #21AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21AECC;
 }
 .AnyTagClassName
 {
   color: #21AECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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