Html Css Color HEX #21AAD7 Summer Sky

📋 copy color: '#21AAD7'

red 33 ◦ green 170 ◦ blue 215

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

Shades of Summer Sky #21AAD7

Tints of Summer Sky #21AAD7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.67%

 BLUE value IS 215 (84.38% from 255) = 51.44%

R = 7.89%
G = 40.67%
B = 51.44%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#21AAD7 (or 0x21AAD7) is known color: Summer Sky. HEX triplet: 21, AA and D7. RGB value is (33,170,215). Sum of RGB (Red+Green+Blue) = 33+170+215=418 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.89% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 215 (84.38% from 255 or 51.44% from 418); Max value from RGB is 215 - color contains mainly: blue. Hex color #21AAD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AAD7 is #DE5528. Grayscale: #858585. Windows color (decimal): -14570793 or 14133793. OLE color: 14133793.

HSL color Cylindrical-coordinate representation of color #21AAD7: hue angle of 194.84º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21AAD7 is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 170 215 -
CMYK 0.85 0.21 0 0.16
HSL 194.84º 0.73% 0.49% -
HSV(B) 194.84º 0.85% 0.84% -
XYZ 27.27 33.98 69.41 -
YUV 134.17 173.61 55.84 -
System Red Green Blue C M Y K H S L
Decimal 33 170 215 0.85 0.21 0 0.16 194.84 0.73 0.49
Hex 21 AA D7 55 15 0 10 C3 49 31
Octal 41 252 327 125 25 0 20 303 111 61
Binary 100001 10101010 11010111 1010101 10101 0 10000 11000011 1001001 110001

Color Harmonies of #21AAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AAD7

Black with #21AAD7

Text Example


Text Example

White with #21AAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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