#21C2D4

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

Shades of Summer Sky #21C2D4

Tints of Summer Sky #21C2D4

Color information

#21C2D4 (or 0x21C2D4) is unknown color: approx Summer Sky. HEX triplet: 21, C2 and D4. RGB value is (33,194,212). Sum of RGB (Red+Green+Blue) = 33+194+212=439 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.52% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 212 (83.20% from 255 or 48.29% from 439); Max value from RGB is 212 - color contains mainly: blue. Hex color #21C2D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C2D4 is #DE3D2B. Grayscale: #939393. Windows color (decimal): -14564652 or 13943329. OLE color: 13943329.

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

Color convert

RGB33194212-
CMYK0.840.0800.17
HSL186.03º73.06%48.04%-
HSV(B)186.03º84.43%83.14%-
XYZ31.843.6669.04-
YUV147.91164.1646.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.52%
GREEN value IS 194 (76.17% from 255) = 44.19%
BLUE value IS 212 (83.20% from 255) = 48.29%
R=7.52%
G=44.19%
B=48.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal331942120.840.0800.17186.0373.0648.04
Hex21C2D4548011ba4930
Octal413023241241002127211160
Binary100001110000101101010010101001000010001101110101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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