#C1FEDD

Color #C1FEDD Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #C1FEDD

Tints of Aero Blue #C1FEDD

Color information

#C1FEDD (or 0xC1FEDD) is unknown color: approx Aero Blue. HEX triplet: C1, FE and DD. RGB value is (193,254,221). Sum of RGB (Red+Green+Blue) = 193+254+221=668 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.89% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FEDD is #3E0122. Grayscale: #E8E8E8. Windows color (decimal): -4063523 or 14548673. OLE color: 14548673.

HSL color Cylindrical-coordinate representation of color #C1FEDD: hue angle of 147.54º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FEDD is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB193254221-
CMYK0.2400.130.00
HSL147.54º96.83%87.65%-
HSV(B)147.54º24.02%99.61%-
XYZ70.4987.4481.57-
YUV232121.79100.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.89%
GREEN value IS 254 (99.61% from 255) = 38.02%
BLUE value IS 221 (86.72% from 255) = 33.08%
R=28.89%
G=38.02%
B=33.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1932542210.2400.130.00147.5496.8387.65
HexC1FEDD180D0946158
Octal301376335300150224141130
Binary110000011111111011011101110000110101001010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FEDD; }

 p { color: rgb(193,254,221); }

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

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

 a { background-color: rgb(193,254,221); }

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

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

 span { border-color: rgb(193,254,221); }

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