Html Css Color HEX #21ADEC Summer Sky

📋 copy color: '#21ADEC'

red 33 ◦ green 173 ◦ blue 236

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

Shades of Summer Sky #21ADEC

Tints of Summer Sky #21ADEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.39%

R = 7.47%
G = 39.14%
B = 53.39%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#21ADEC (or 0x21ADEC) is known color: Summer Sky. HEX triplet: 21, AD and EC. RGB value is (33,173,236). Sum of RGB (Red+Green+Blue) = 33+173+236=442 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.47% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #21ADEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21ADEC is #DE5213. Grayscale: #898989. Windows color (decimal): -14570004 or 15510817. OLE color: 15510817.

HSL color Cylindrical-coordinate representation of color #21ADEC: hue angle of 198.62º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21ADEC is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 173 236 -
CMYK 0.86 0.27 0 0.07
HSL 198.62º 0.84% 0.53% -
HSV(B) 198.62º 0.86% 0.93% -
XYZ 30.71 36.27 84.74 -
YUV 138.32 183.12 52.88 -
System Red Green Blue C M Y K H S L
Decimal 33 173 236 0.86 0.27 0 0.07 198.62 0.84 0.53
Hex 21 AD EC 56 1B 0 7 C7 54 35
Octal 41 255 354 126 33 0 7 307 124 65
Binary 100001 10101101 11101100 1010110 11011 0 111 11000111 1010100 110101

Color Harmonies of #21ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ADEC

Black with #21ADEC

Text Example


Text Example

White with #21ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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