Html Css Color HEX #21C2EB Summer Sky

📋 copy color: '#21C2EB'

red 33 ◦ green 194 ◦ blue 235

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

Shades of Summer Sky #21C2EB

Tints of Summer Sky #21C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.99%

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

R = 7.14%
G = 41.99%
B = 50.87%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#21C2EB (or 0x21C2EB) is known color: Summer Sky. HEX triplet: 21, C2 and EB. RGB value is (33,194,235). Sum of RGB (Red+Green+Blue) = 33+194+235=462 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.14% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #21C2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C2EB is #DE3D14. Grayscale: #969696. Windows color (decimal): -14564629 or 15450657. OLE color: 15450657.

HSL color Cylindrical-coordinate representation of color #21C2EB: hue angle of 192.18º 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 #21C2EB is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 194 235 -
CMYK 0.86 0.17 0 0.08
HSL 192.18º 0.83% 0.53% -
HSV(B) 192.18º 0.86% 0.92% -
XYZ 34.91 44.91 85.42 -
YUV 150.54 175.66 44.17 -
System Red Green Blue C M Y K H S L
Decimal 33 194 235 0.86 0.17 0 0.08 192.18 0.83 0.53
Hex 21 C2 EB 56 11 0 8 C0 53 35
Octal 41 302 353 126 21 0 10 300 123 65
Binary 100001 11000010 11101011 1010110 10001 0 1000 11000000 1010011 110101

Color Harmonies of #21C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C2EB

Black with #21C2EB

Text Example


Text Example

White with #21C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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