#C3FFDC

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

Shades of Aero Blue #C3FFDC

Tints of Aero Blue #C3FFDC

Color information

#C3FFDC (or 0xC3FFDC) is unknown color: approx Aero Blue. HEX triplet: C3, FF and DC. RGB value is (195,255,220). Sum of RGB (Red+Green+Blue) = 195+255+220=670 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.10% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FFDC is #3C0023. Grayscale: #E9E9E9. Windows color (decimal): -3932196 or 14483395. OLE color: 14483395.

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

Color convert

RGB195255220-
CMYK0.2400.140
HSL145º100%88.24%-
HSV(B)145º23.53%100%-
XYZ71.1888.2981-
YUV233.07120.62100.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.10%
GREEN value IS 255 (100% from 255) = 38.06%
BLUE value IS 220 (86.33% from 255) = 32.84%
R=29.10%
G=38.06%
B=32.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952552200.2400.14014510088.24
HexC3FFDC180E0916458
Octal303377334300160221144130
Binary110000111111111111011100110000111001001000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FFDC; }

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

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

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

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

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

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

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

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