Html Css Color HEX #C0EAD7 Aero Blue

📋 copy color: '#C0EAD7'

red 192 ◦ green 234 ◦ blue 215

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

Shades of Aero Blue #C0EAD7

Tints of Aero Blue #C0EAD7

RGB

 RED value IS 192 (75.39% from 255) = 29.95%

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

 BLUE value IS 215 (84.38% from 255) = 33.54%

R = 29.95%
G = 36.51%
B = 33.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#C0EAD7 (or 0xC0EAD7) is known color: Aero Blue. HEX triplet: C0, EA and D7. RGB value is (192,234,215). Sum of RGB (Red+Green+Blue) = 192+234+215=641 (84% of max value = 765). Red value is 192 (75.39% from 255 or 29.95% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EAD7 is #3F1528. Grayscale: #DBDBDB. Windows color (decimal): -4134185 or 14150336. OLE color: 14150336.

HSL color Cylindrical-coordinate representation of color #C0EAD7: hue angle of 152.86º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EAD7 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 234 215 -
CMYK 0.18 0 0.08 0.08
HSL 152.86º 0.5% 0.84% -
HSV(B) 152.86º 0.18% 0.92% -
XYZ 63.43 74.96 75.42 -
YUV 219.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 192 234 215 0.18 0 0.08 0.08 152.86 0.5 0.84
Hex C0 EA D7 12 0 8 8 99 32 54
Octal 300 352 327 22 0 10 10 231 62 124
Binary 11000000 11101010 11010111 10010 0 1000 1000 10011001 110010 1010100

Color Harmonies of #C0EAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EAD7

Black with #C0EAD7

Text Example


Text Example

White with #C0EAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EAD7; }

 p { color: rgb(192,234,215); }

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

background-color css

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

 a { background-color: rgb(192,234,215); }

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

border-color css

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

 span { border-color: rgb(192,234,215); }

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