Html Css Color HEX #C9EDDB Aero Blue

📋 copy color: '#C9EDDB'

red 201 ◦ green 237 ◦ blue 219

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

Shades of Aero Blue #C9EDDB

Tints of Aero Blue #C9EDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.33%

R = 30.59%
G = 36.07%
B = 33.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#C9EDDB (or 0xC9EDDB) is known color: Aero Blue. HEX triplet: C9, ED and DB. RGB value is (201,237,219). Sum of RGB (Red+Green+Blue) = 201+237+219=657 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.59% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #C9EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EDDB is #361224. Grayscale: #E0E0E0. Windows color (decimal): -3543589 or 14413257. OLE color: 14413257.

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

Color convert

RGB 201 237 219 -
CMYK 0.15 0 0.08 0.07
HSL 150º 0.5% 0.86% -
HSV(B) 150º 0.15% 0.93% -
XYZ 67.16 78.1 78.55 -
YUV 224.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 201 237 219 0.15 0 0.08 0.07 150 0.5 0.86
Hex C9 ED DB F 0 8 7 96 32 56
Octal 311 355 333 17 0 10 7 226 62 126
Binary 11001001 11101101 11011011 1111 0 1000 111 10010110 110010 1010110

Color Harmonies of #C9EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EDDB

Black with #C9EDDB

Text Example


Text Example

White with #C9EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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