#21c4ed

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

Shades of Summer Sky #21C4ED

Tints of Summer Sky #21C4ED

Color information

#21C4ED (or 0x21C4ED) is unknown color: approx Summer Sky. HEX triplet: 21, C4 and ED. RGB value is (33,196,237). Sum of RGB (Red+Green+Blue) = 33+196+237=466 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.08% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #21C4ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C4ED is #DE3B12. Grayscale: #979797. Windows color (decimal): -14564115 or 15582241. OLE color: 15582241.

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

Color convert

RGB33196237-
CMYK0.860.1700.07
HSL192.06º85%52.94%-
HSV(B)192.06º86.08%92.94%-
XYZ35.6545.9287.1-
YUV151.9417643.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.08%
GREEN value IS 196 (76.95% from 255) = 42.06%
BLUE value IS 237 (92.97% from 255) = 50.86%
R=7.08%
G=42.06%
B=50.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal331962370.860.1700.07192.068552.94
Hex21C4ED561107c05535
Octal41304355126210730012565
Binary10000111000100111011011010110100010111110000001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21c4ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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