Html Css Color HEX #C1ECD5 Aero Blue

📋 copy color: '#C1ECD5'

red 193 ◦ green 236 ◦ blue 213

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

Shades of Aero Blue #C1ECD5

Tints of Aero Blue #C1ECD5

RGB

 RED value IS 193 (75.78% from 255) = 30.06%

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

 BLUE value IS 213 (83.59% from 255) = 33.18%

R = 30.06%
G = 36.76%
B = 33.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#C1ECD5 (or 0xC1ECD5) is known color: Aero Blue. HEX triplet: C1, EC and D5. RGB value is (193,236,213). Sum of RGB (Red+Green+Blue) = 193+236+213=642 (85% of max value = 765). Red value is 193 (75.78% from 255 or 30.06% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #C1ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1ECD5 is #3E132A. Grayscale: #DCDCDC. Windows color (decimal): -4068139 or 14019777. OLE color: 14019777.

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

Color convert

RGB 193 236 213 -
CMYK 0.18 0 0.10 0.07
HSL 147.91º 0.53% 0.84% -
HSV(B) 147.91º 0.18% 0.93% -
XYZ 64 76.13 74.27 -
YUV 220.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 193 236 213 0.18 0 0.10 0.07 147.91 0.53 0.84
Hex C1 EC D5 12 0 A 7 94 35 54
Octal 301 354 325 22 0 12 7 224 65 124
Binary 11000001 11101100 11010101 10010 0 1010 111 10010100 110101 1010100

Color Harmonies of #C1ECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ECD5

Black with #C1ECD5

Text Example


Text Example

White with #C1ECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ECD5; }

 p { color: rgb(193,236,213); }

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

background-color css

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

 a { background-color: rgb(193,236,213); }

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

border-color css

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

 span { border-color: rgb(193,236,213); }

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