#C7F5DB

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

Shades of Aero Blue #C7F5DB

Tints of Aero Blue #C7F5DB

Color information

#C7F5DB (or 0xC7F5DB) is unknown color: approx Aero Blue. HEX triplet: C7, F5 and DB. RGB value is (199,245,219). Sum of RGB (Red+Green+Blue) = 199+245+219=663 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.02% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 245 - color contains mainly: green. Hex color #C7F5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7F5DB is #380A24. Grayscale: #E4E4E4. Windows color (decimal): -3672613 or 14415303. OLE color: 14415303.

HSL color Cylindrical-coordinate representation of color #C7F5DB: hue angle of 146.09º degrees, saturation: 0.7, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7F5DB is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB199245219-
CMYK0.1900.110.04
HSL146.09º69.7%87.06%-
HSV(B)146.09º18.78%96.08%-
XYZ68.9982.5679.32-
YUV228.28122.76107.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.02%
GREEN value IS 245 (96.09% from 255) = 36.95%
BLUE value IS 219 (85.94% from 255) = 33.03%
R=30.02%
G=36.95%
B=33.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1992452190.1900.110.04146.0969.787.06
HexC7F5DB130B4924657
Octal307365333230134222106127
Binary11000111111101011101101110011010111001001001010001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F5DB; }

 p { color: rgb(199,245,219); }

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

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

 a { background-color: rgb(199,245,219); }

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

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

 span { border-color: rgb(199,245,219); }

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