Html Css Color HEX #21C5EF Summer Sky

📋 copy color: '#21C5EF'

red 33 ◦ green 197 ◦ blue 239

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

Shades of Summer Sky #21C5EF

Tints of Summer Sky #21C5EF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42%

 BLUE value IS 239 (93.75% from 255) = 50.96%

R = 7.04%
G = 42%
B = 50.96%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#21C5EF (or 0x21C5EF) is known color: Summer Sky. HEX triplet: 21, C5 and EF. RGB value is (33,197,239). Sum of RGB (Red+Green+Blue) = 33+197+239=469 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.04% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #21C5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C5EF is #DE3A10. Grayscale: #989898. Windows color (decimal): -14563857 or 15713569. OLE color: 15713569.

HSL color Cylindrical-coordinate representation of color #21C5EF: hue angle of 192.23º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21C5EF is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 197 239 -
CMYK 0.86 0.18 0 0.06
HSL 192.23º 0.87% 0.53% -
HSV(B) 192.23º 0.86% 0.94% -
XYZ 36.17 46.49 88.73 -
YUV 152.75 176.67 42.58 -
System Red Green Blue C M Y K H S L
Decimal 33 197 239 0.86 0.18 0 0.06 192.23 0.87 0.53
Hex 21 C5 EF 56 12 0 6 C0 57 35
Octal 41 305 357 126 22 0 6 300 127 65
Binary 100001 11000101 11101111 1010110 10010 0 110 11000000 1010111 110101

Color Harmonies of #21C5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C5EF

Black with #21C5EF

Text Example


Text Example

White with #21C5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,197,239); }

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

background-color css

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

 a { background-color: rgb(33,197,239); }

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

border-color css

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

 span { border-color: rgb(33,197,239); }

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