#C3F3D7

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

Shades of Aero Blue #C3F3D7

Tints of Aero Blue #C3F3D7

Color information

#C3F3D7 (or 0xC3F3D7) is unknown color: approx Aero Blue. HEX triplet: C3, F3 and D7. RGB value is (195,243,215). Sum of RGB (Red+Green+Blue) = 195+243+215=653 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.86% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F3D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F3D7 is #3C0C28. Grayscale: #E1E1E1. Windows color (decimal): -3935273 or 14152643. OLE color: 14152643.

HSL color Cylindrical-coordinate representation of color #C3F3D7: hue angle of 145º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3F3D7 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB195243215-
CMYK0.2000.120.05
HSL145º66.67%85.88%-
HSV(B)145º19.75%95.29%-
XYZ66.8280.6176.33-
YUV225.46122.1106.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.86%
GREEN value IS 243 (95.31% from 255) = 37.21%
BLUE value IS 215 (84.38% from 255) = 32.92%
R=29.86%
G=37.21%
B=32.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1952432150.2000.120.0514566.6785.88
HexC3F3D7140C5914356
Octal303363327240145221103126
Binary11000011111100111101011110100011001011001000110000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F3D7; }

 p { color: rgb(195,243,215); }

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

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

 a { background-color: rgb(195,243,215); }

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

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

 span { border-color: rgb(195,243,215); }

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