Html Css Color HEX #C5EAD9 Aero Blue

📋 copy color: '#C5EAD9'

red 197 ◦ green 234 ◦ blue 217

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

Shades of Aero Blue #C5EAD9

Tints of Aero Blue #C5EAD9

RGB

 RED value IS 197 (77.34% from 255) = 30.4%

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

 BLUE value IS 217 (85.16% from 255) = 33.49%

R = 30.4%
G = 36.11%
B = 33.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#C5EAD9 (or 0xC5EAD9) is known color: Aero Blue. HEX triplet: C5, EA and D9. RGB value is (197,234,217). Sum of RGB (Red+Green+Blue) = 197+234+217=648 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.40% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EAD9 is #3A1526. Grayscale: #DDDDDD. Windows color (decimal): -3806503 or 14281413. OLE color: 14281413.

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

Color convert

RGB 197 234 217 -
CMYK 0.16 0 0.07 0.08
HSL 152.43º 0.47% 0.85% -
HSV(B) 152.43º 0.16% 0.92% -
XYZ 64.97 75.73 76.84 -
YUV 221 125.74 110.88 -
System Red Green Blue C M Y K H S L
Decimal 197 234 217 0.16 0 0.07 0.08 152.43 0.47 0.85
Hex C5 EA D9 10 0 7 8 98 2F 55
Octal 305 352 331 20 0 7 10 230 57 125
Binary 11000101 11101010 11011001 10000 0 111 1000 10011000 101111 1010101

Color Harmonies of #C5EAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EAD9

Black with #C5EAD9

Text Example


Text Example

White with #C5EAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EAD9; }

 p { color: rgb(197,234,217); }

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

background-color css

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

 a { background-color: rgb(197,234,217); }

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

border-color css

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

 span { border-color: rgb(197,234,217); }

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