Html Css Color HEX #21AEDC Summer Sky

📋 copy color: '#21AEDC'

red 33 ◦ green 174 ◦ blue 220

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

Shades of Summer Sky #21AEDC

Tints of Summer Sky #21AEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 7.73%
G = 40.75%
B = 51.52%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#21AEDC (or 0x21AEDC) is known color: Summer Sky. HEX triplet: 21, AE and DC. RGB value is (33,174,220). Sum of RGB (Red+Green+Blue) = 33+174+220=427 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.73% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #21AEDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AEDC is #DE5123. Grayscale: #888888. Windows color (decimal): -14569764 or 14462497. OLE color: 14462497.

HSL color Cylindrical-coordinate representation of color #21AEDC: hue angle of 194.76º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21AEDC is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 174 220 -
CMYK 0.85 0.21 0 0.14
HSL 194.76º 0.74% 0.5% -
HSV(B) 194.76º 0.85% 0.86% -
XYZ 28.68 35.76 73.1 -
YUV 137.09 174.79 53.76 -
System Red Green Blue C M Y K H S L
Decimal 33 174 220 0.85 0.21 0 0.14 194.76 0.74 0.5
Hex 21 AE DC 55 15 0 E C3 4A 32
Octal 41 256 334 125 25 0 16 303 112 62
Binary 100001 10101110 11011100 1010101 10101 0 1110 11000011 1001010 110010

Color Harmonies of #21AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AEDC

Black with #21AEDC

Text Example


Text Example

White with #21AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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