Html Css Color HEX #21A5CE Summer Sky

📋 copy color: '#21A5CE'

red 33 ◦ green 165 ◦ blue 206

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

Shades of Summer Sky #21A5CE

Tints of Summer Sky #21A5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.84%

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

R = 8.17%
G = 40.84%
B = 50.99%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#21A5CE (or 0x21A5CE) is known color: Summer Sky. HEX triplet: 21, A5 and CE. RGB value is (33,165,206). Sum of RGB (Red+Green+Blue) = 33+165+206=404 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.17% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #21A5CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A5CE is #DE5A31. Grayscale: #818181. Windows color (decimal): -14572082 or 13542689. OLE color: 13542689.

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

Color convert

RGB 33 165 206 -
CMYK 0.84 0.20 0 0.19
HSL 194.22º 0.72% 0.47% -
HSV(B) 194.22º 0.84% 0.81% -
XYZ 25.22 31.69 63.18 -
YUV 130.21 170.77 58.67 -
System Red Green Blue C M Y K H S L
Decimal 33 165 206 0.84 0.20 0 0.19 194.22 0.72 0.47
Hex 21 A5 CE 54 14 0 13 C2 48 2F
Octal 41 245 316 124 24 0 23 302 110 57
Binary 100001 10100101 11001110 1010100 10100 0 10011 11000010 1001000 101111

Color Harmonies of #21A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A5CE

Black with #21A5CE

Text Example


Text Example

White with #21A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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