Html Css Color HEX #21A8CE Summer Sky

📋 copy color: '#21A8CE'

red 33 ◦ green 168 ◦ blue 206

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

Shades of Summer Sky #21A8CE

Tints of Summer Sky #21A8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.28%

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 8.11%
G = 41.28%
B = 50.61%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#21A8CE (or 0x21A8CE) is known color: Summer Sky. HEX triplet: 21, A8 and CE. RGB value is (33,168,206). Sum of RGB (Red+Green+Blue) = 33+168+206=407 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.11% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #21A8CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A8CE is #DE5731. Grayscale: #838383. Windows color (decimal): -14571314 or 13543457. OLE color: 13543457.

HSL color Cylindrical-coordinate representation of color #21A8CE: hue angle of 193.18º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21A8CE is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 168 206 -
CMYK 0.84 0.18 0 0.19
HSL 193.18º 0.72% 0.47% -
HSV(B) 193.18º 0.84% 0.81% -
XYZ 25.77 32.78 63.36 -
YUV 131.97 169.77 57.41 -
System Red Green Blue C M Y K H S L
Decimal 33 168 206 0.84 0.18 0 0.19 193.18 0.72 0.47
Hex 21 A8 CE 54 12 0 13 C1 48 2F
Octal 41 250 316 124 22 0 23 301 110 57
Binary 100001 10101000 11001110 1010100 10010 0 10011 11000001 1001000 101111

Color Harmonies of #21A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A8CE

Black with #21A8CE

Text Example


Text Example

White with #21A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,168,206); }

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

background-color css

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

 a { background-color: rgb(33,168,206); }

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

border-color css

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

 span { border-color: rgb(33,168,206); }

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