Html Css Color HEX #C0E1D0 Aero Blue

📋 copy color: '#C0E1D0'

red 192 ◦ green 225 ◦ blue 208

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

Shades of Aero Blue #C0E1D0

Tints of Aero Blue #C0E1D0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36%

 BLUE value IS 208 (81.64% from 255) = 33.28%

R = 30.72%
G = 36%
B = 33.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#C0E1D0 (or 0xC0E1D0) is known color: Aero Blue. HEX triplet: C0, E1 and D0. RGB value is (192,225,208). Sum of RGB (Red+Green+Blue) = 192+225+208=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E1D0 is #3F1E2F. Grayscale: #D5D5D5. Windows color (decimal): -4136496 or 13689280. OLE color: 13689280.

HSL color Cylindrical-coordinate representation of color #C0E1D0: hue angle of 149.09º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0E1D0 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 225 208 -
CMYK 0.15 0 0.08 0.12
HSL 149.09º 0.35% 0.82% -
HSV(B) 149.09º 0.15% 0.88% -
XYZ 60.05 69.61 69.95 -
YUV 213.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 192 225 208 0.15 0 0.08 0.12 149.09 0.35 0.82
Hex C0 E1 D0 F 0 8 C 95 23 52
Octal 300 341 320 17 0 10 14 225 43 122
Binary 11000000 11100001 11010000 1111 0 1000 1100 10010101 100011 1010010

Color Harmonies of #C0E1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E1D0

Black with #C0E1D0

Text Example


Text Example

White with #C0E1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E1D0; }

 p { color: rgb(192,225,208); }

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

background-color css

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

 a { background-color: rgb(192,225,208); }

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

border-color css

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

 span { border-color: rgb(192,225,208); }

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