Html Css Color HEX #C9EFDB Aero Blue

📋 copy color: '#C9EFDB'

red 201 ◦ green 239 ◦ blue 219

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

Shades of Aero Blue #C9EFDB

Tints of Aero Blue #C9EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.27%

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

R = 30.5%
G = 36.27%
B = 33.23%

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

#C9EFDB (or 0xC9EFDB) is known color: Aero Blue. HEX triplet: C9, EF and DB. RGB value is (201,239,219). Sum of RGB (Red+Green+Blue) = 201+239+219=659 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.50% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EFDB is #361024. Grayscale: #E1E1E1. Windows color (decimal): -3543077 or 14413769. OLE color: 14413769.

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

Color convert

RGB 201 239 219 -
CMYK 0.16 0 0.08 0.06
HSL 148.42º 0.54% 0.86% -
HSV(B) 148.42º 0.16% 0.94% -
XYZ 67.74 79.26 78.75 -
YUV 225.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 201 239 219 0.16 0 0.08 0.06 148.42 0.54 0.86
Hex C9 EF DB 10 0 8 6 94 36 56
Octal 311 357 333 20 0 10 6 224 66 126
Binary 11001001 11101111 11011011 10000 0 1000 110 10010100 110110 1010110

Color Harmonies of #C9EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EFDB

Black with #C9EFDB

Text Example


Text Example

White with #C9EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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