Html Css Color HEX #21ADCD Summer Sky

📋 copy color: '#21ADCD'

red 33 ◦ green 173 ◦ blue 205

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

Shades of Summer Sky #21ADCD

Tints of Summer Sky #21ADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.09%

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

R = 8.03%
G = 42.09%
B = 49.88%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#21ADCD (or 0x21ADCD) is known color: Summer Sky. HEX triplet: 21, AD and CD. RGB value is (33,173,205). Sum of RGB (Red+Green+Blue) = 33+173+205=411 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.03% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #21ADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ADCD is #DE5232. Grayscale: #868686. Windows color (decimal): -14570035 or 13479201. OLE color: 13479201.

HSL color Cylindrical-coordinate representation of color #21ADCD: hue angle of 191.16º 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 #21ADCD is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 173 205 -
CMYK 0.84 0.16 0 0.20
HSL 191.16º 0.72% 0.47% -
HSV(B) 191.16º 0.84% 0.8% -
XYZ 26.59 34.62 63.04 -
YUV 134.79 167.62 55.4 -
System Red Green Blue C M Y K H S L
Decimal 33 173 205 0.84 0.16 0 0.20 191.16 0.72 0.47
Hex 21 AD CD 54 10 0 14 BF 48 2F
Octal 41 255 315 124 20 0 24 277 110 57
Binary 100001 10101101 11001101 1010100 10000 0 10100 10111111 1001000 101111

Color Harmonies of #21ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ADCD

Black with #21ADCD

Text Example


Text Example

White with #21ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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