Html Css Color HEX #C3EAD3 Aero Blue

📋 copy color: '#C3EAD3'

red 195 ◦ green 234 ◦ blue 211

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

Shades of Aero Blue #C3EAD3

Tints of Aero Blue #C3EAD3

RGB

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

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

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

R = 30.47%
G = 36.56%
B = 32.97%

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

#C3EAD3 (or 0xC3EAD3) is known color: Aero Blue. HEX triplet: C3, EA and D3. RGB value is (195,234,211). Sum of RGB (Red+Green+Blue) = 195+234+211=640 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.47% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #C3EAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EAD3 is #3C152C. Grayscale: #DBDBDB. Windows color (decimal): -3937581 or 13888195. OLE color: 13888195.

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

Color convert

RGB 195 234 211 -
CMYK 0.17 0 0.10 0.08
HSL 144.62º 0.48% 0.84% -
HSV(B) 144.62º 0.17% 0.92% -
XYZ 63.69 75.15 72.78 -
YUV 219.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 195 234 211 0.17 0 0.10 0.08 144.62 0.48 0.84
Hex C3 EA D3 11 0 A 8 91 30 54
Octal 303 352 323 21 0 12 10 221 60 124
Binary 11000011 11101010 11010011 10001 0 1010 1000 10010001 110000 1010100

Color Harmonies of #C3EAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3EAD3

Black with #C3EAD3

Text Example


Text Example

White with #C3EAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3EAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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