#C3FADC

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

Shades of Aero Blue #C3FADC

Tints of Aero Blue #C3FADC

Color information

#C3FADC (or 0xC3FADC) is unknown color: approx Aero Blue. HEX triplet: C3, FA and DC. RGB value is (195,250,220). Sum of RGB (Red+Green+Blue) = 195+250+220=665 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.32% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FADC is #3C0523. Grayscale: #E6E6E6. Windows color (decimal): -3933476 or 14482115. OLE color: 14482115.

HSL color Cylindrical-coordinate representation of color #C3FADC: hue angle of 147.27º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3FADC is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB195250220-
CMYK0.2200.120.02
HSL147.27º84.62%87.25%-
HSV(B)147.27º22%98.04%-
XYZ69.6185.1480.48-
YUV230.14122.28102.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.32%
GREEN value IS 250 (98.05% from 255) = 37.59%
BLUE value IS 220 (86.33% from 255) = 33.08%
R=29.32%
G=37.59%
B=33.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952502200.2200.120.02147.2784.6287.25
HexC3FADC160C2935557
Octal303372334260142223125127
Binary1100001111111010110111001011001100101001001110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FADC; }

 p { color: rgb(195,250,220); }

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

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

 a { background-color: rgb(195,250,220); }

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

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

 span { border-color: rgb(195,250,220); }

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