Html Css Color HEX #C3EAD2 Aero Blue

📋 copy color: '#C3EAD2'

red 195 ◦ green 234 ◦ blue 210

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

Shades of Aero Blue #C3EAD2

Tints of Aero Blue #C3EAD2

RGB

 RED value IS 195 (76.56% from 255) = 30.52%

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

 BLUE value IS 210 (82.42% from 255) = 32.86%

R = 30.52%
G = 36.62%
B = 32.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#C3EAD2 (or 0xC3EAD2) is known color: Aero Blue. HEX triplet: C3, EA and D2. RGB value is (195,234,210). Sum of RGB (Red+Green+Blue) = 195+234+210=639 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.52% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #C3EAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EAD2 is #3C152D. Grayscale: #DBDBDB. Windows color (decimal): -3937582 or 13822659. OLE color: 13822659.

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

Color convert

RGB 195 234 210 -
CMYK 0.17 0 0.10 0.08
HSL 143.08º 0.48% 0.84% -
HSV(B) 143.08º 0.17% 0.92% -
XYZ 63.56 75.1 72.12 -
YUV 219.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 195 234 210 0.17 0 0.10 0.08 143.08 0.48 0.84
Hex C3 EA D2 11 0 A 8 8F 30 54
Octal 303 352 322 21 0 12 10 217 60 124
Binary 11000011 11101010 11010010 10001 0 1010 1000 10001111 110000 1010100

Color Harmonies of #C3EAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3EAD2

Black with #C3EAD2

Text Example


Text Example

White with #C3EAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3EAD2; }

 p { color: rgb(195,234,210); }

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

background-color css

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

 a { background-color: rgb(195,234,210); }

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

border-color css

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

 span { border-color: rgb(195,234,210); }

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