Html Css Color HEX #C9F0DC Aero Blue

📋 copy color: '#C9F0DC'

red 201 ◦ green 240 ◦ blue 220

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

Shades of Aero Blue #C9F0DC

Tints of Aero Blue #C9F0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.28%

R = 30.41%
G = 36.31%
B = 33.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#C9F0DC (or 0xC9F0DC) is known color: Aero Blue. HEX triplet: C9, F0 and DC. RGB value is (201,240,220). Sum of RGB (Red+Green+Blue) = 201+240+220=661 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.41% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9F0DC is #360F23. Grayscale: #E2E2E2. Windows color (decimal): -3542820 or 14479561. OLE color: 14479561.

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

Color convert

RGB 201 240 220 -
CMYK 0.16 0 0.08 0.06
HSL 149.23º 0.57% 0.86% -
HSV(B) 149.23º 0.16% 0.94% -
XYZ 68.17 79.9 79.54 -
YUV 226.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 201 240 220 0.16 0 0.08 0.06 149.23 0.57 0.86
Hex C9 F0 DC 10 0 8 6 95 39 56
Octal 311 360 334 20 0 10 6 225 71 126
Binary 11001001 11110000 11011100 10000 0 1000 110 10010101 111001 1010110

Color Harmonies of #C9F0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F0DC

Black with #C9F0DC

Text Example


Text Example

White with #C9F0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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