Html Css Color HEX #C9EADA Aero Blue

📋 copy color: '#C9EADA'

red 201 ◦ green 234 ◦ blue 218

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

Shades of Aero Blue #C9EADA

Tints of Aero Blue #C9EADA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.83%

 BLUE value IS 218 (85.55% from 255) = 33.38%

R = 30.78%
G = 35.83%
B = 33.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#C9EADA (or 0xC9EADA) is known color: Aero Blue. HEX triplet: C9, EA and DA. RGB value is (201,234,218). Sum of RGB (Red+Green+Blue) = 201+234+218=653 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.78% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EADA is #361525. Grayscale: #DEDEDE. Windows color (decimal): -3544358 or 14346953. OLE color: 14346953.

HSL color Cylindrical-coordinate representation of color #C9EADA: hue angle of 150.91º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9EADA is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 234 218 -
CMYK 0.14 0 0.07 0.08
HSL 150.91º 0.44% 0.85% -
HSV(B) 150.91º 0.14% 0.92% -
XYZ 66.17 76.33 77.57 -
YUV 222.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 201 234 218 0.14 0 0.07 0.08 150.91 0.44 0.85
Hex C9 EA DA E 0 7 8 97 2C 55
Octal 311 352 332 16 0 7 10 227 54 125
Binary 11001001 11101010 11011010 1110 0 111 1000 10010111 101100 1010101

Color Harmonies of #C9EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EADA

Black with #C9EADA

Text Example


Text Example

White with #C9EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EADA; }

 p { color: rgb(201,234,218); }

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

background-color css

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

 a { background-color: rgb(201,234,218); }

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

border-color css

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

 span { border-color: rgb(201,234,218); }

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