Html Css Color HEX #21C6EB Summer Sky

📋 copy color: '#21C6EB'

red 33 ◦ green 198 ◦ blue 235

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

Shades of Summer Sky #21C6EB

Tints of Summer Sky #21C6EB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.49%

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

R = 7.08%
G = 42.49%
B = 50.43%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#21C6EB (or 0x21C6EB) is known color: Summer Sky. HEX triplet: 21, C6 and EB. RGB value is (33,198,235). Sum of RGB (Red+Green+Blue) = 33+198+235=466 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.08% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #21C6EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C6EB is #DE3914. Grayscale: #989898. Windows color (decimal): -14563605 or 15451681. OLE color: 15451681.

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

Color convert

RGB 33 198 235 -
CMYK 0.86 0.16 0 0.08
HSL 190.99º 0.83% 0.53% -
HSV(B) 190.99º 0.86% 0.92% -
XYZ 35.82 46.71 85.73 -
YUV 152.88 174.34 42.49 -
System Red Green Blue C M Y K H S L
Decimal 33 198 235 0.86 0.16 0 0.08 190.99 0.83 0.53
Hex 21 C6 EB 56 10 0 8 BF 53 35
Octal 41 306 353 126 20 0 10 277 123 65
Binary 100001 11000110 11101011 1010110 10000 0 1000 10111111 1010011 110101

Color Harmonies of #21C6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C6EB

Black with #21C6EB

Text Example


Text Example

White with #21C6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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