#C3FEDA

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

Shades of Aero Blue #C3FEDA

Tints of Aero Blue #C3FEDA

Color information

#C3FEDA (or 0xC3FEDA) is unknown color: approx Aero Blue. HEX triplet: C3, FE and DA. RGB value is (195,254,218). Sum of RGB (Red+Green+Blue) = 195+254+218=667 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.24% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FEDA is #3C0125. Grayscale: #E8E8E8. Windows color (decimal): -3932454 or 14352067. OLE color: 14352067.

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

Color convert

RGB195254218-
CMYK0.2300.140.00
HSL143.39º96.72%88.04%-
HSV(B)143.39º23.23%99.61%-
XYZ70.687.5579.51-
YUV232.26119.95101.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.24%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 218 (85.55% from 255) = 32.68%
R=29.24%
G=38.08%
B=32.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1952542180.2300.140.00143.3996.7288.04
HexC3FEDA170E08f6158
Octal303376332270160217141130
Binary110000111111111011011010101110111001000111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FEDA; }

 p { color: rgb(195,254,218); }

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

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

 a { background-color: rgb(195,254,218); }

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

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

 span { border-color: rgb(195,254,218); }

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