Html Css Color HEX #C2E9D3 Aero Blue

📋 copy color: '#C2E9D3'

red 194 ◦ green 233 ◦ blue 211

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

Shades of Aero Blue #C2E9D3

Tints of Aero Blue #C2E9D3

RGB

 RED value IS 194 (76.17% from 255) = 30.41%

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

 BLUE value IS 211 (82.81% from 255) = 33.07%

R = 30.41%
G = 36.52%
B = 33.07%

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

#C2E9D3 (or 0xC2E9D3) is known color: Aero Blue. HEX triplet: C2, E9 and D3. RGB value is (194,233,211). Sum of RGB (Red+Green+Blue) = 194+233+211=638 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.41% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 211 (82.81% from 255 or 33.07% from 638); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E9D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2E9D3 is #3D162C. Grayscale: #DADADA. Windows color (decimal): -4003373 or 13887938. OLE color: 13887938.

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

Color convert

RGB 194 233 211 -
CMYK 0.17 0 0.09 0.09
HSL 146.15º 0.47% 0.84% -
HSV(B) 146.15º 0.17% 0.91% -
XYZ 63.14 74.45 72.67 -
YUV 218.83 123.58 110.29 -
System Red Green Blue C M Y K H S L
Decimal 194 233 211 0.17 0 0.09 0.09 146.15 0.47 0.84
Hex C2 E9 D3 11 0 9 9 92 2F 54
Octal 302 351 323 21 0 11 11 222 57 124
Binary 11000010 11101001 11010011 10001 0 1001 1001 10010010 101111 1010100

Color Harmonies of #C2E9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E9D3

Black with #C2E9D3

Text Example


Text Example

White with #C2E9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E9D3; }

 p { color: rgb(194,233,211); }

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

background-color css

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

 a { background-color: rgb(194,233,211); }

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

border-color css

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

 span { border-color: rgb(194,233,211); }

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