#C8EDD6

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

Shades of Aero Blue #C8EDD6

Tints of Aero Blue #C8EDD6

Color information

#C8EDD6 (or 0xC8EDD6) is unknown color: approx Aero Blue. HEX triplet: C8, ED and D6. RGB value is (200,237,214). Sum of RGB (Red+Green+Blue) = 200+237+214=651 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.72% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDD6 is #371229. Grayscale: #DFDFDF. Windows color (decimal): -3609130 or 14085576. OLE color: 14085576.

HSL color Cylindrical-coordinate representation of color #C8EDD6: hue angle of 142.7º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EDD6 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB200237214-
CMYK0.1600.100.07
HSL142.7º50.68%85.69%-
HSV(B)142.7º15.61%92.94%-
XYZ66.2477.775.13-
YUV223.32122.74111.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.72%
GREEN value IS 237 (92.97% from 255) = 36.41%
BLUE value IS 214 (83.98% from 255) = 32.87%
R=30.72%
G=36.41%
B=32.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002372140.1600.100.07142.750.6885.69
HexC8EDD6100A78f3356
Octal31035532620012721763126
Binary1100100011101101110101101000001010111100011111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EDD6; }

 p { color: rgb(200,237,214); }

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

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

 a { background-color: rgb(200,237,214); }

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

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

 span { border-color: rgb(200,237,214); }

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