Html Css Color HEX #C0ECD1 Aero Blue

📋 copy color: '#C0ECD1'

red 192 ◦ green 236 ◦ blue 209

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

Shades of Aero Blue #C0ECD1

Tints of Aero Blue #C0ECD1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.05%

 BLUE value IS 209 (82.03% from 255) = 32.81%

R = 30.14%
G = 37.05%
B = 32.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#C0ECD1 (or 0xC0ECD1) is known color: Aero Blue. HEX triplet: C0, EC and D1. RGB value is (192,236,209). Sum of RGB (Red+Green+Blue) = 192+236+209=637 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.14% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #C0ECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0ECD1 is #3F132E. Grayscale: #DBDBDB. Windows color (decimal): -4133679 or 13757632. OLE color: 13757632.

HSL color Cylindrical-coordinate representation of color #C0ECD1: hue angle of 143.18º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0ECD1 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 236 209 -
CMYK 0.19 0 0.11 0.07
HSL 143.18º 0.54% 0.84% -
HSV(B) 143.18º 0.19% 0.93% -
XYZ 63.24 75.8 71.62 -
YUV 219.77 121.92 108.2 -
System Red Green Blue C M Y K H S L
Decimal 192 236 209 0.19 0 0.11 0.07 143.18 0.54 0.84
Hex C0 EC D1 13 0 B 7 8F 36 54
Octal 300 354 321 23 0 13 7 217 66 124
Binary 11000000 11101100 11010001 10011 0 1011 111 10001111 110110 1010100

Color Harmonies of #C0ECD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ECD1

Black with #C0ECD1

Text Example


Text Example

White with #C0ECD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ECD1; }

 p { color: rgb(192,236,209); }

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

background-color css

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

 a { background-color: rgb(192,236,209); }

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

border-color css

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

 span { border-color: rgb(192,236,209); }

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