#C1FFDB

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

Shades of Aero Blue #C1FFDB

Tints of Aero Blue #C1FFDB

Color information

#C1FFDB (or 0xC1FFDB) is unknown color: approx Aero Blue. HEX triplet: C1, FF and DB. RGB value is (193,255,219). Sum of RGB (Red+Green+Blue) = 193+255+219=667 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.94% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FFDB is #3E0024. Grayscale: #E8E8E8. Windows color (decimal): -4063269 or 14417857. OLE color: 14417857.

HSL color Cylindrical-coordinate representation of color #C1FFDB: hue angle of 145.16º 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 #C1FFDB is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB193255219-
CMYK0.2400.140
HSL145.16º100%87.84%-
HSV(B)145.16º24.31%100%-
XYZ70.5487.9780.28-
YUV232.36120.4699.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.94%
GREEN value IS 255 (100% from 255) = 38.23%
BLUE value IS 219 (85.94% from 255) = 32.83%
R=28.94%
G=38.23%
B=32.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1932552190.2400.140145.1610087.84
HexC1FFDB180E0916458
Octal301377333300160221144130
Binary110000011111111111011011110000111001001000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FFDB; }

 p { color: rgb(193,255,219); }

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

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

 a { background-color: rgb(193,255,219); }

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

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

 span { border-color: rgb(193,255,219); }

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