#C1FCD7

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

Shades of Aero Blue #C1FCD7

Tints of Aero Blue #C1FCD7

Color information

#C1FCD7 (or 0xC1FCD7) is unknown color: approx Aero Blue. HEX triplet: C1, FC and D7. RGB value is (193,252,215). Sum of RGB (Red+Green+Blue) = 193+252+215=660 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.24% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 215 (84.38% from 255 or 32.58% from 660); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FCD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FCD7 is #3E0328. Grayscale: #E6E6E6. Windows color (decimal): -4064041 or 14154945. OLE color: 14154945.

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

Color convert

RGB193252215-
CMYK0.2300.150.01
HSL142.37º90.77%87.25%-
HSV(B)142.37º23.41%98.82%-
XYZ69.0785.8677.22-
YUV230.14119.45101.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.24%
GREEN value IS 252 (98.83% from 255) = 38.18%
BLUE value IS 215 (84.38% from 255) = 32.58%
R=29.24%
G=38.18%
B=32.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1932522150.2300.150.01142.3790.7787.25
HexC1FCD7170F18e5b57
Octal301374327270171216133127
Binary110000011111110011010111101110111111000111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FCD7; }

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

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

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

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

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

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

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

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