Html Css Color HEX #C5EAD5 Aero Blue

📋 copy color: '#C5EAD5'

red 197 ◦ green 234 ◦ blue 213

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

Shades of Aero Blue #C5EAD5

Tints of Aero Blue #C5EAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.07%

R = 30.59%
G = 36.34%
B = 33.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#C5EAD5 (or 0xC5EAD5) is known color: Aero Blue. HEX triplet: C5, EA and D5. RGB value is (197,234,213). Sum of RGB (Red+Green+Blue) = 197+234+213=644 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.59% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EAD5 is #3A152A. Grayscale: #DCDCDC. Windows color (decimal): -3806507 or 14019269. OLE color: 14019269.

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

Color convert

RGB 197 234 213 -
CMYK 0.16 0 0.09 0.08
HSL 145.95º 0.47% 0.85% -
HSV(B) 145.95º 0.16% 0.92% -
XYZ 64.46 75.52 74.13 -
YUV 220.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 197 234 213 0.16 0 0.09 0.08 145.95 0.47 0.85
Hex C5 EA D5 10 0 9 8 92 2F 55
Octal 305 352 325 20 0 11 10 222 57 125
Binary 11000101 11101010 11010101 10000 0 1001 1000 10010010 101111 1010101

Color Harmonies of #C5EAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EAD5

Black with #C5EAD5

Text Example


Text Example

White with #C5EAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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