Html Css Color HEX #C1E9D4 Aero Blue

📋 copy color: '#C1E9D4'

red 193 ◦ green 233 ◦ blue 212

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

Shades of Aero Blue #C1E9D4

Tints of Aero Blue #C1E9D4

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.52%

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

R = 30.25%
G = 36.52%
B = 33.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#C1E9D4 (or 0xC1E9D4) is known color: Aero Blue. HEX triplet: C1, E9 and D4. RGB value is (193,233,212). Sum of RGB (Red+Green+Blue) = 193+233+212=638 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.25% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 233 - color contains mainly: green. Hex color #C1E9D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1E9D4 is #3E162B. Grayscale: #DADADA. Windows color (decimal): -4068908 or 13953473. OLE color: 13953473.

HSL color Cylindrical-coordinate representation of color #C1E9D4: hue angle of 148.5º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1E9D4 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 193 233 212 -
CMYK 0.17 0 0.09 0.09
HSL 148.5º 0.48% 0.84% -
HSV(B) 148.5º 0.17% 0.91% -
XYZ 63.01 74.37 73.32 -
YUV 218.65 124.25 109.71 -
System Red Green Blue C M Y K H S L
Decimal 193 233 212 0.17 0 0.09 0.09 148.5 0.48 0.84
Hex C1 E9 D4 11 0 9 9 94 30 54
Octal 301 351 324 21 0 11 11 224 60 124
Binary 11000001 11101001 11010100 10001 0 1001 1001 10010100 110000 1010100

Color Harmonies of #C1E9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E9D4

Black with #C1E9D4

Text Example


Text Example

White with #C1E9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E9D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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