Html Css Color HEX #21AACD Summer Sky

📋 copy color: '#21AACD'

red 33 ◦ green 170 ◦ blue 205

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

Shades of Summer Sky #21AACD

Tints of Summer Sky #21AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 8.09%
G = 41.67%
B = 50.25%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#21AACD (or 0x21AACD) is known color: Summer Sky. HEX triplet: 21, AA and CD. RGB value is (33,170,205). Sum of RGB (Red+Green+Blue) = 33+170+205=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #21AACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AACD is #DE5532. Grayscale: #848484. Windows color (decimal): -14570803 or 13478433. OLE color: 13478433.

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

Color convert

RGB 33 170 205 -
CMYK 0.84 0.17 0 0.20
HSL 192.21º 0.72% 0.47% -
HSV(B) 192.21º 0.84% 0.8% -
XYZ 26.02 33.48 62.85 -
YUV 133.03 168.61 56.65 -
System Red Green Blue C M Y K H S L
Decimal 33 170 205 0.84 0.17 0 0.20 192.21 0.72 0.47
Hex 21 AA CD 54 11 0 14 C0 48 2F
Octal 41 252 315 124 21 0 24 300 110 57
Binary 100001 10101010 11001101 1010100 10001 0 10100 11000000 1001000 101111

Color Harmonies of #21AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AACD

Black with #21AACD

Text Example


Text Example

White with #21AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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