Html Css Color HEX #C1EAD4 Aero Blue

📋 copy color: '#C1EAD4'

red 193 ◦ green 234 ◦ blue 212

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

Shades of Aero Blue #C1EAD4

Tints of Aero Blue #C1EAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.18%

R = 30.2%
G = 36.62%
B = 33.18%

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

#C1EAD4 (or 0xC1EAD4) is known color: Aero Blue. HEX triplet: C1, EA and D4. RGB value is (193,234,212). Sum of RGB (Red+Green+Blue) = 193+234+212=639 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.20% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EAD4 is #3E152B. Grayscale: #DBDBDB. Windows color (decimal): -4068652 or 13953729. OLE color: 13953729.

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

Color convert

RGB 193 234 212 -
CMYK 0.18 0 0.09 0.08
HSL 147.8º 0.49% 0.84% -
HSV(B) 147.8º 0.18% 0.92% -
XYZ 63.3 74.94 73.42 -
YUV 219.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 193 234 212 0.18 0 0.09 0.08 147.8 0.49 0.84
Hex C1 EA D4 12 0 9 8 94 31 54
Octal 301 352 324 22 0 11 10 224 61 124
Binary 11000001 11101010 11010100 10010 0 1001 1000 10010100 110001 1010100

Color Harmonies of #C1EAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EAD4

Black with #C1EAD4

Text Example


Text Example

White with #C1EAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EAD4; }

 p { color: rgb(193,234,212); }

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

background-color css

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

 a { background-color: rgb(193,234,212); }

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

border-color css

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

 span { border-color: rgb(193,234,212); }

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