#21C9ED

Color #21C9ED Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #21C9ED

Tints of Summer Sky #21C9ED

Color information

#21C9ED (or 0x21C9ED) is unknown color: approx Summer Sky. HEX triplet: 21, C9 and ED. RGB value is (33,201,237). Sum of RGB (Red+Green+Blue) = 33+201+237=471 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.01% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #21C9ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C9ED is #DE3612. Grayscale: #9A9A9A. Windows color (decimal): -14562835 or 15583521. OLE color: 15583521.

HSL color Cylindrical-coordinate representation of color #21C9ED: hue angle of 190.59º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21C9ED is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB33201237-
CMYK0.860.1500.07
HSL190.59º85%52.94%-
HSV(B)190.59º86.08%92.94%-
XYZ36.848.2187.49-
YUV154.87174.3441.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.01%
GREEN value IS 201 (78.91% from 255) = 42.68%
BLUE value IS 237 (92.97% from 255) = 50.32%
R=7.01%
G=42.68%
B=50.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal332012370.860.1500.07190.598552.94
Hex21C9ED56F07bf5535
Octal41311355126170727712565
Binary1000011100100111101101101011011110111101111111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21C9ED;
 }
 .AnyTagClassName
 {
   color: #21C9ED;
 }
</style>
background-color css

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

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

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

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

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

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