Html Css Color HEX #C0EAD6 Aero Blue

📋 copy color: '#C0EAD6'

red 192 ◦ green 234 ◦ blue 214

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

Shades of Aero Blue #C0EAD6

Tints of Aero Blue #C0EAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.44%

R = 30%
G = 36.56%
B = 33.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#C0EAD6 (or 0xC0EAD6) is known color: Aero Blue. HEX triplet: C0, EA and D6. RGB value is (192,234,214). Sum of RGB (Red+Green+Blue) = 192+234+214=640 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EAD6 is #3F1529. Grayscale: #DBDBDB. Windows color (decimal): -4134186 or 14084800. OLE color: 14084800.

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

Color convert

RGB 192 234 214 -
CMYK 0.18 0 0.09 0.08
HSL 151.43º 0.5% 0.84% -
HSV(B) 151.43º 0.18% 0.92% -
XYZ 63.3 74.91 74.74 -
YUV 219.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 192 234 214 0.18 0 0.09 0.08 151.43 0.5 0.84
Hex C0 EA D6 12 0 9 8 97 32 54
Octal 300 352 326 22 0 11 10 227 62 124
Binary 11000000 11101010 11010110 10010 0 1001 1000 10010111 110010 1010100

Color Harmonies of #C0EAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EAD6

Black with #C0EAD6

Text Example


Text Example

White with #C0EAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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