#C1FEDC

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

Shades of Aero Blue #C1FEDC

Tints of Aero Blue #C1FEDC

Color information

#C1FEDC (or 0xC1FEDC) is unknown color: approx Aero Blue. HEX triplet: C1, FE and DC. RGB value is (193,254,220). Sum of RGB (Red+Green+Blue) = 193+254+220=667 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.94% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FEDC is #3E0123. Grayscale: #E7E7E7. Windows color (decimal): -4063524 or 14483137. OLE color: 14483137.

HSL color Cylindrical-coordinate representation of color #C1FEDC: hue angle of 146.56º 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 #C1FEDC is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB193254220-
CMYK0.2400.130.00
HSL146.56º96.83%87.65%-
HSV(B)146.56º24.02%99.61%-
XYZ70.3587.3980.87-
YUV231.88121.29100.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.94%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 220 (86.33% from 255) = 32.98%
R=28.94%
G=38.08%
B=32.98%

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
Decimal1932542200.2400.130.00146.5696.8387.65
HexC1FEDC180D0936158
Octal301376334300150223141130
Binary110000011111111011011100110000110101001001111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FEDC; }

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

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

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

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

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

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

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

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