#C3FDDD

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

Shades of Aero Blue #C3FDDD

Tints of Aero Blue #C3FDDD

Color information

#C3FDDD (or 0xC3FDDD) is unknown color: approx Aero Blue. HEX triplet: C3, FD and DD. RGB value is (195,253,221). Sum of RGB (Red+Green+Blue) = 195+253+221=669 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.15% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #C3FDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FDDD is #3C0222. Grayscale: #E8E8E8. Windows color (decimal): -3932707 or 14548419. OLE color: 14548419.

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

Color convert

RGB195253221-
CMYK0.2300.130.01
HSL146.9º93.55%87.84%-
HSV(B)146.9º22.92%99.22%-
XYZ70.6887.0781.49-
YUV232.01121.78101.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.15%
GREEN value IS 253 (99.22% from 255) = 37.82%
BLUE value IS 221 (86.72% from 255) = 33.03%
R=29.15%
G=37.82%
B=33.03%

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
Decimal1952532210.2300.130.01146.993.5587.84
HexC3FDDD170D1935e58
Octal303375335270151223136130
Binary110000111111110111011101101110110111001001110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FDDD; }

 p { color: rgb(195,253,221); }

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

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

 a { background-color: rgb(195,253,221); }

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

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

 span { border-color: rgb(195,253,221); }

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