Html Css Color HEX #21AACE Summer Sky

📋 copy color: '#21AACE'

red 33 ◦ green 170 ◦ blue 206

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

Shades of Summer Sky #21AACE

Tints of Summer Sky #21AACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 8.07%
G = 41.56%
B = 50.37%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#21AACE (or 0x21AACE) is known color: Summer Sky. HEX triplet: 21, AA and CE. RGB value is (33,170,206). Sum of RGB (Red+Green+Blue) = 33+170+206=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #21AACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AACE is #DE5531. Grayscale: #848484. Windows color (decimal): -14570802 or 13543969. OLE color: 13543969.

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

Color convert

RGB 33 170 206 -
CMYK 0.84 0.17 0 0.19
HSL 192.49º 0.72% 0.47% -
HSV(B) 192.49º 0.84% 0.81% -
XYZ 26.14 33.53 63.49 -
YUV 133.14 169.11 56.57 -
System Red Green Blue C M Y K H S L
Decimal 33 170 206 0.84 0.17 0 0.19 192.49 0.72 0.47
Hex 21 AA CE 54 11 0 13 C0 48 2F
Octal 41 252 316 124 21 0 23 300 110 57
Binary 100001 10101010 11001110 1010100 10001 0 10011 11000000 1001000 101111

Color Harmonies of #21AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AACE

Black with #21AACE

Text Example


Text Example

White with #21AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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