Html Css Color HEX #C8EAD5 Aero Blue

📋 copy color: '#C8EAD5'

red 200 ◦ green 234 ◦ blue 213

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

Shades of Aero Blue #C8EAD5

Tints of Aero Blue #C8EAD5

RGB

 RED value IS 200 (78.52% from 255) = 30.91%

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

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

R = 30.91%
G = 36.17%
B = 32.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#C8EAD5 (or 0xC8EAD5) is known color: Aero Blue. HEX triplet: C8, EA and D5. RGB value is (200,234,213). Sum of RGB (Red+Green+Blue) = 200+234+213=647 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.91% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EAD5 is #37152A. Grayscale: #DDDDDD. Windows color (decimal): -3609899 or 14019272. OLE color: 14019272.

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

Color convert

RGB 200 234 213 -
CMYK 0.15 0 0.09 0.08
HSL 142.94º 0.45% 0.85% -
HSV(B) 142.94º 0.15% 0.92% -
XYZ 65.25 75.93 74.17 -
YUV 221.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 200 234 213 0.15 0 0.09 0.08 142.94 0.45 0.85
Hex C8 EA D5 F 0 9 8 8F 2D 55
Octal 310 352 325 17 0 11 10 217 55 125
Binary 11001000 11101010 11010101 1111 0 1001 1000 10001111 101101 1010101

Color Harmonies of #C8EAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EAD5

Black with #C8EAD5

Text Example


Text Example

White with #C8EAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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