Html Css Color HEX #C3EAD8 Aero Blue

📋 copy color: '#C3EAD8'

red 195 ◦ green 234 ◦ blue 216

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

Shades of Aero Blue #C3EAD8

Tints of Aero Blue #C3EAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.49%

R = 30.23%
G = 36.28%
B = 33.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#C3EAD8 (or 0xC3EAD8) is known color: Aero Blue. HEX triplet: C3, EA and D8. RGB value is (195,234,216). Sum of RGB (Red+Green+Blue) = 195+234+216=645 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.23% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #C3EAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EAD8 is #3C1527. Grayscale: #DCDCDC. Windows color (decimal): -3937576 or 14215875. OLE color: 14215875.

HSL color Cylindrical-coordinate representation of color #C3EAD8: hue angle of 152.31º 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 #C3EAD8 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 234 216 -
CMYK 0.17 0 0.08 0.08
HSL 152.31º 0.48% 0.84% -
HSV(B) 152.31º 0.17% 0.92% -
XYZ 64.32 75.41 76.13 -
YUV 220.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 195 234 216 0.17 0 0.08 0.08 152.31 0.48 0.84
Hex C3 EA D8 11 0 8 8 98 30 54
Octal 303 352 330 21 0 10 10 230 60 124
Binary 11000011 11101010 11011000 10001 0 1000 1000 10011000 110000 1010100

Color Harmonies of #C3EAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3EAD8

Black with #C3EAD8

Text Example


Text Example

White with #C3EAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3EAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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