Html Css Color HEX #C9EDD7 Aero Blue

📋 copy color: '#C9EDD7'

red 201 ◦ green 237 ◦ blue 215

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

Shades of Aero Blue #C9EDD7

Tints of Aero Blue #C9EDD7

RGB

 RED value IS 201 (78.91% from 255) = 30.78%

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

 BLUE value IS 215 (84.38% from 255) = 32.92%

R = 30.78%
G = 36.29%
B = 32.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#C9EDD7 (or 0xC9EDD7) is known color: Aero Blue. HEX triplet: C9, ED and D7. RGB value is (201,237,215). Sum of RGB (Red+Green+Blue) = 201+237+215=653 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.78% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #C9EDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EDD7 is #361228. Grayscale: #DFDFDF. Windows color (decimal): -3543593 or 14151113. OLE color: 14151113.

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

Color convert

RGB 201 237 215 -
CMYK 0.15 0 0.09 0.07
HSL 143.33º 0.5% 0.86% -
HSV(B) 143.33º 0.15% 0.93% -
XYZ 66.64 77.89 75.81 -
YUV 223.73 123.07 111.79 -
System Red Green Blue C M Y K H S L
Decimal 201 237 215 0.15 0 0.09 0.07 143.33 0.5 0.86
Hex C9 ED D7 F 0 9 7 8F 32 56
Octal 311 355 327 17 0 11 7 217 62 126
Binary 11001001 11101101 11010111 1111 0 1001 111 10001111 110010 1010110

Color Harmonies of #C9EDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EDD7

Black with #C9EDD7

Text Example


Text Example

White with #C9EDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EDD7; }

 p { color: rgb(201,237,215); }

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

background-color css

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

 a { background-color: rgb(201,237,215); }

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

border-color css

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

 span { border-color: rgb(201,237,215); }

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