Html Css Color HEX #21A0D5 Summer Sky

📋 copy color: '#21A0D5'

red 33 ◦ green 160 ◦ blue 213

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

Shades of Summer Sky #21A0D5

Tints of Summer Sky #21A0D5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.41%

 BLUE value IS 213 (83.59% from 255) = 52.46%

R = 8.13%
G = 39.41%
B = 52.46%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#21A0D5 (or 0x21A0D5) is known color: Summer Sky. HEX triplet: 21, A0 and D5. RGB value is (33,160,213). Sum of RGB (Red+Green+Blue) = 33+160+213=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #21A0D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A0D5 is #DE5F2A. Grayscale: #7F7F7F. Windows color (decimal): -14573355 or 14000161. OLE color: 14000161.

HSL color Cylindrical-coordinate representation of color #21A0D5: hue angle of 197.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21A0D5 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 160 213 -
CMYK 0.85 0.25 0 0.16
HSL 197.67º 0.73% 0.48% -
HSV(B) 197.67º 0.85% 0.84% -
XYZ 25.21 30.27 67.46 -
YUV 128.07 175.92 60.19 -
System Red Green Blue C M Y K H S L
Decimal 33 160 213 0.85 0.25 0 0.16 197.67 0.73 0.48
Hex 21 A0 D5 55 19 0 10 C6 49 30
Octal 41 240 325 125 31 0 20 306 111 60
Binary 100001 10100000 11010101 1010101 11001 0 10000 11000110 1001001 110000

Color Harmonies of #21A0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A0D5

Black with #21A0D5

Text Example


Text Example

White with #21A0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,160,213); }

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

background-color css

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

 a { background-color: rgb(33,160,213); }

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

border-color css

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

 span { border-color: rgb(33,160,213); }

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