Html Css Color HEX #21ABDE Summer Sky

📋 copy color: '#21ABDE'

red 33 ◦ green 171 ◦ blue 222

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

Shades of Summer Sky #21ABDE

Tints of Summer Sky #21ABDE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.14%

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 7.75%
G = 40.14%
B = 52.11%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#21ABDE (or 0x21ABDE) is known color: Summer Sky. HEX triplet: 21, AB and DE. RGB value is (33,171,222). Sum of RGB (Red+Green+Blue) = 33+171+222=426 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.75% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #21ABDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ABDE is #DE5421. Grayscale: #878787. Windows color (decimal): -14570530 or 14592801. OLE color: 14592801.

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

Color convert

RGB 33 171 222 -
CMYK 0.85 0.23 0 0.13
HSL 196.19º 0.74% 0.5% -
HSV(B) 196.19º 0.85% 0.87% -
XYZ 28.37 34.72 74.31 -
YUV 135.55 176.78 54.85 -
System Red Green Blue C M Y K H S L
Decimal 33 171 222 0.85 0.23 0 0.13 196.19 0.74 0.5
Hex 21 AB DE 55 17 0 D C4 4A 32
Octal 41 253 336 125 27 0 15 304 112 62
Binary 100001 10101011 11011110 1010101 10111 0 1101 11000100 1001010 110010

Color Harmonies of #21ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ABDE

Black with #21ABDE

Text Example


Text Example

White with #21ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,171,222); }

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

background-color css

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

 a { background-color: rgb(33,171,222); }

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

border-color css

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

 span { border-color: rgb(33,171,222); }

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