#21C1D4

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

Shades of Summer Sky #21C1D4

Tints of Summer Sky #21C1D4

Color information

#21C1D4 (or 0x21C1D4) is unknown color: approx Summer Sky. HEX triplet: 21, C1 and D4. RGB value is (33,193,212). Sum of RGB (Red+Green+Blue) = 33+193+212=438 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.53% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 212 (83.20% from 255 or 48.40% from 438); Max value from RGB is 212 - color contains mainly: blue. Hex color #21C1D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C1D4 is #DE3E2B. Grayscale: #939393. Windows color (decimal): -14564908 or 13943073. OLE color: 13943073.

HSL color Cylindrical-coordinate representation of color #21C1D4: hue angle of 186.37º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21C1D4 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB33193212-
CMYK0.840.0900.17
HSL186.37º73.06%48.04%-
HSV(B)186.37º84.43%83.14%-
XYZ31.5843.2268.96-
YUV147.33164.4946.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.53%
GREEN value IS 193 (75.78% from 255) = 44.06%
BLUE value IS 212 (83.20% from 255) = 48.40%
R=7.53%
G=44.06%
B=48.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal331932120.840.0900.17186.3773.0648.04
Hex21C1D4549011ba4930
Octal413013241241102127211160
Binary100001110000011101010010101001001010001101110101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,193,212); }

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

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

 a { background-color: rgb(33,193,212); }

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

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

 span { border-color: rgb(33,193,212); }

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