Html Css Color HEX #C9F0DA Aero Blue

📋 copy color: '#C9F0DA'

red 201 ◦ green 240 ◦ blue 218

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

Shades of Aero Blue #C9F0DA

Tints of Aero Blue #C9F0DA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.42%

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

R = 30.5%
G = 36.42%
B = 33.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#C9F0DA (or 0xC9F0DA) is known color: Aero Blue. HEX triplet: C9, F0 and DA. RGB value is (201,240,218). Sum of RGB (Red+Green+Blue) = 201+240+218=659 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.50% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9F0DA is #360F25. Grayscale: #E1E1E1. Windows color (decimal): -3542822 or 14348489. OLE color: 14348489.

HSL color Cylindrical-coordinate representation of color #C9F0DA: hue angle of 146.15º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9F0DA is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 240 218 -
CMYK 0.16 0 0.09 0.06
HSL 146.15º 0.57% 0.86% -
HSV(B) 146.15º 0.16% 0.94% -
XYZ 67.9 79.8 78.15 -
YUV 225.83 123.58 110.29 -
System Red Green Blue C M Y K H S L
Decimal 201 240 218 0.16 0 0.09 0.06 146.15 0.57 0.86
Hex C9 F0 DA 10 0 9 6 92 39 56
Octal 311 360 332 20 0 11 6 222 71 126
Binary 11001001 11110000 11011010 10000 0 1001 110 10010010 111001 1010110

Color Harmonies of #C9F0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F0DA

Black with #C9F0DA

Text Example


Text Example

White with #C9F0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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