#C1FCDC

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

Shades of Aero Blue #C1FCDC

Tints of Aero Blue #C1FCDC

Color information

#C1FCDC (or 0xC1FCDC) is unknown color: approx Aero Blue. HEX triplet: C1, FC and DC. RGB value is (193,252,220). Sum of RGB (Red+Green+Blue) = 193+252+220=665 (88% of max value = 765). Red value is 193 (75.78% from 255 or 29.02% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FCDC is #3E0323. Grayscale: #E6E6E6. Windows color (decimal): -4064036 or 14482625. OLE color: 14482625.

HSL color Cylindrical-coordinate representation of color #C1FCDC: hue angle of 147.46º 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 #C1FCDC is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB193252220-
CMYK0.2300.130.01
HSL147.46º90.77%87.25%-
HSV(B)147.46º23.41%98.82%-
XYZ69.7286.1380.66-
YUV230.71121.95101.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.02%
GREEN value IS 252 (98.83% from 255) = 37.89%
BLUE value IS 220 (86.33% from 255) = 33.08%
R=29.02%
G=37.89%
B=33.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1932522200.2300.130.01147.4690.7787.25
HexC1FCDC170D1935b57
Octal301374334270151223133127
Binary110000011111110011011100101110110111001001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FCDC; }

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

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

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

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

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

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

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

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