Html Css Color HEX #21ADDE Summer Sky

📋 copy color: '#21ADDE'

red 33 ◦ green 173 ◦ blue 222

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

Shades of Summer Sky #21ADDE

Tints of Summer Sky #21ADDE

RGB

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

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

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

R = 7.71%
G = 40.42%
B = 51.87%

CMYK

 C value IS 0.85

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#21ADDE (or 0x21ADDE) is known color: Summer Sky. HEX triplet: 21, AD and DE. RGB value is (33,173,222). Sum of RGB (Red+Green+Blue) = 33+173+222=428 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.71% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #21ADDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ADDE is #DE5221. Grayscale: #888888. Windows color (decimal): -14570018 or 14593313. OLE color: 14593313.

HSL color Cylindrical-coordinate representation of color #21ADDE: hue angle of 195.56º 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 #21ADDE is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 173 222 -
CMYK 0.85 0.22 0 0.13
HSL 195.56º 0.74% 0.5% -
HSV(B) 195.56º 0.85% 0.87% -
XYZ 28.76 35.48 74.44 -
YUV 136.73 176.12 54.02 -
System Red Green Blue C M Y K H S L
Decimal 33 173 222 0.85 0.22 0 0.13 195.56 0.74 0.5
Hex 21 AD DE 55 16 0 D C4 4A 32
Octal 41 255 336 125 26 0 15 304 112 62
Binary 100001 10101101 11011110 1010101 10110 0 1101 11000100 1001010 110010

Color Harmonies of #21ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ADDE

Black with #21ADDE

Text Example


Text Example

White with #21ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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