#C1FBDD

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

Shades of Aero Blue #C1FBDD

Tints of Aero Blue #C1FBDD

Color information

#C1FBDD (or 0xC1FBDD) is unknown color: approx Aero Blue. HEX triplet: C1, FB and DD. RGB value is (193,251,221). Sum of RGB (Red+Green+Blue) = 193+251+221=665 (88% of max value = 765). Red value is 193 (75.78% from 255 or 29.02% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #C1FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FBDD is #3E0422. Grayscale: #E6E6E6. Windows color (decimal): -4064291 or 14547905. OLE color: 14547905.

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

Color convert

RGB193251221-
CMYK0.2300.120.02
HSL148.97º87.88%87.06%-
HSV(B)148.97º23.11%98.43%-
XYZ69.5485.5581.25-
YUV230.24122.78101.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.02%
GREEN value IS 251 (98.44% from 255) = 37.74%
BLUE value IS 221 (86.72% from 255) = 33.23%
R=29.02%
G=37.74%
B=33.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932512210.2300.120.02148.9787.8887.06
HexC1FBDD170C2955857
Octal301373335270142225130127
Binary1100000111111011110111011011101100101001010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FBDD; }

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

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

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

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

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

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

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

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