#C1FBD9

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

Shades of Aero Blue #C1FBD9

Tints of Aero Blue #C1FBD9

Color information

#C1FBD9 (or 0xC1FBD9) is unknown color: approx Aero Blue. HEX triplet: C1, FB and D9. RGB value is (193,251,217). Sum of RGB (Red+Green+Blue) = 193+251+217=661 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.20% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FBD9 is #3E0426. Grayscale: #E5E5E5. Windows color (decimal): -4064295 or 14285761. OLE color: 14285761.

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

Color convert

RGB193251217-
CMYK0.2300.140.02
HSL144.83º87.88%87.06%-
HSV(B)144.83º23.11%98.43%-
XYZ69.0185.3478.48-
YUV229.78120.78101.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.20%
GREEN value IS 251 (98.44% from 255) = 37.97%
BLUE value IS 217 (85.16% from 255) = 32.83%
R=29.20%
G=37.97%
B=32.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932512170.2300.140.02144.8387.8887.06
HexC1FBD9170E2915857
Octal301373331270162221130127
Binary1100000111111011110110011011101110101001000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FBD9; }

 p { color: rgb(193,251,217); }

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

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

 a { background-color: rgb(193,251,217); }

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

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

 span { border-color: rgb(193,251,217); }

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