Html Css Color HEX #C0EAD2 Aero Blue

📋 copy color: '#C0EAD2'

red 192 ◦ green 234 ◦ blue 210

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

Shades of Aero Blue #C0EAD2

Tints of Aero Blue #C0EAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.02%

R = 30.19%
G = 36.79%
B = 33.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#C0EAD2 (or 0xC0EAD2) is known color: Aero Blue. HEX triplet: C0, EA and D2. RGB value is (192,234,210). Sum of RGB (Red+Green+Blue) = 192+234+210=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EAD2 is #3F152D. Grayscale: #DADADA. Windows color (decimal): -4134190 or 13822656. OLE color: 13822656.

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

Color convert

RGB 192 234 210 -
CMYK 0.18 0 0.10 0.08
HSL 145.71º 0.5% 0.84% -
HSV(B) 145.71º 0.18% 0.92% -
XYZ 62.79 74.71 72.08 -
YUV 218.71 123.09 108.95 -
System Red Green Blue C M Y K H S L
Decimal 192 234 210 0.18 0 0.10 0.08 145.71 0.5 0.84
Hex C0 EA D2 12 0 A 8 92 32 54
Octal 300 352 322 22 0 12 10 222 62 124
Binary 11000000 11101010 11010010 10010 0 1010 1000 10010010 110010 1010100

Color Harmonies of #C0EAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EAD2

Black with #C0EAD2

Text Example


Text Example

White with #C0EAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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