#C1FDD7

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

Shades of Aero Blue #C1FDD7

Tints of Aero Blue #C1FDD7

Color information

#C1FDD7 (or 0xC1FDD7) is unknown color: approx Aero Blue. HEX triplet: C1, FD and D7. RGB value is (193,253,215). Sum of RGB (Red+Green+Blue) = 193+253+215=661 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.20% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 215 (84.38% from 255 or 32.53% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FDD7 is #3E0228. Grayscale: #E6E6E6. Windows color (decimal): -4063785 or 14155201. OLE color: 14155201.

HSL color Cylindrical-coordinate representation of color #C1FDD7: hue angle of 142º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FDD7 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB193253215-
CMYK0.2400.150.01
HSL142º93.75%87.45%-
HSV(B)142º23.72%99.22%-
XYZ69.3886.4977.33-
YUV230.73119.12101.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.20%
GREEN value IS 253 (99.22% from 255) = 38.28%
BLUE value IS 215 (84.38% from 255) = 32.53%
R=29.20%
G=38.28%
B=32.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1932532150.2400.150.0114293.7587.45
HexC1FDD7180F18e5e57
Octal301375327300171216136127
Binary110000011111110111010111110000111111000111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FDD7; }

 p { color: rgb(193,253,215); }

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

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

 a { background-color: rgb(193,253,215); }

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

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

 span { border-color: rgb(193,253,215); }

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