Html Css Color HEX #C8EDD9 Aero Blue

📋 copy color: '#C8EDD9'

red 200 ◦ green 237 ◦ blue 217

#C8EDD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aero Blue #C8EDD9

Tints of Aero Blue #C8EDD9

RGB

 RED value IS 200 (78.52% from 255) = 30.58%

 GREEN value IS 237 (92.97% from 255) = 36.24%

 BLUE value IS 217 (85.16% from 255) = 33.18%

R = 30.58%
G = 36.24%
B = 33.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#C8EDD9 (or 0xC8EDD9) is known color: Aero Blue. HEX triplet: C8, ED and D9. RGB value is (200,237,217). Sum of RGB (Red+Green+Blue) = 200+237+217=654 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.58% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDD9 is #371226. Grayscale: #DFDFDF. Windows color (decimal): -3609127 or 14282184. OLE color: 14282184.

HSL color Cylindrical-coordinate representation of color #C8EDD9: hue angle of 147.57º 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 #C8EDD9 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 237 217 -
CMYK 0.16 0 0.08 0.07
HSL 147.57º 0.51% 0.86% -
HSV(B) 147.57º 0.16% 0.93% -
XYZ 66.63 77.86 77.16 -
YUV 223.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 200 237 217 0.16 0 0.08 0.07 147.57 0.51 0.86
Hex C8 ED D9 10 0 8 7 94 33 56
Octal 310 355 331 20 0 10 7 224 63 126
Binary 11001000 11101101 11011001 10000 0 1000 111 10010100 110011 1010110

Color Harmonies of #C8EDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EDD9

Black with #C8EDD9

Text Example


Text Example

White with #C8EDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EDD9; }

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

 H1.HeaderClassName
 {
   color: #C8EDD9;
 }
 .AnyTagClassName
 {
   color: #C8EDD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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