Html Css Color HEX #21C9EB Summer Sky

📋 copy color: '#21C9EB'

red 33 ◦ green 201 ◦ blue 235

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

Shades of Summer Sky #21C9EB

Tints of Summer Sky #21C9EB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.86%

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 7.04%
G = 42.86%
B = 50.11%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#21C9EB (or 0x21C9EB) is known color: Summer Sky. HEX triplet: 21, C9 and EB. RGB value is (33,201,235). Sum of RGB (Red+Green+Blue) = 33+201+235=469 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.04% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #21C9EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C9EB is #DE3614. Grayscale: #9A9A9A. Windows color (decimal): -14562837 or 15452449. OLE color: 15452449.

HSL color Cylindrical-coordinate representation of color #21C9EB: hue angle of 190.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21C9EB is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 201 235 -
CMYK 0.86 0.14 0 0.08
HSL 190.1º 0.83% 0.53% -
HSV(B) 190.1º 0.86% 0.92% -
XYZ 36.51 48.09 85.96 -
YUV 154.64 173.34 41.24 -
System Red Green Blue C M Y K H S L
Decimal 33 201 235 0.86 0.14 0 0.08 190.1 0.83 0.53
Hex 21 C9 EB 56 E 0 8 BE 53 35
Octal 41 311 353 126 16 0 10 276 123 65
Binary 100001 11001001 11101011 1010110 1110 0 1000 10111110 1010011 110101

Color Harmonies of #21C9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C9EB

Black with #21C9EB

Text Example


Text Example

White with #21C9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,201,235); }

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

background-color css

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

 a { background-color: rgb(33,201,235); }

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

border-color css

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

 span { border-color: rgb(33,201,235); }

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