Html Css Color HEX #C6E1D1 Aero Blue

📋 copy color: '#C6E1D1'

red 198 ◦ green 225 ◦ blue 209

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

Shades of Aero Blue #C6E1D1

Tints of Aero Blue #C6E1D1

RGB

 RED value IS 198 (77.73% from 255) = 31.33%

 GREEN value IS 225 (88.28% from 255) = 35.6%

 BLUE value IS 209 (82.03% from 255) = 33.07%

R = 31.33%
G = 35.6%
B = 33.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#C6E1D1 (or 0xC6E1D1) is known color: Aero Blue. HEX triplet: C6, E1 and D1. RGB value is (198,225,209). Sum of RGB (Red+Green+Blue) = 198+225+209=632 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.33% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6E1D1 is #391E2E. Grayscale: #D7D7D7. Windows color (decimal): -3743279 or 13754822. OLE color: 13754822.

HSL color Cylindrical-coordinate representation of color #C6E1D1: hue angle of 144.44º degrees, saturation: 0.31, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6E1D1 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 225 209 -
CMYK 0.12 0 0.07 0.12
HSL 144.44º 0.31% 0.83% -
HSV(B) 144.44º 0.12% 0.88% -
XYZ 61.72 70.46 70.67 -
YUV 215.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 198 225 209 0.12 0 0.07 0.12 144.44 0.31 0.83
Hex C6 E1 D1 C 0 7 C 90 1F 53
Octal 306 341 321 14 0 7 14 220 37 123
Binary 11000110 11100001 11010001 1100 0 111 1100 10010000 11111 1010011

Color Harmonies of #C6E1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E1D1

Black with #C6E1D1

Text Example


Text Example

White with #C6E1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E1D1; }

 p { color: rgb(198,225,209); }

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

background-color css

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

 a { background-color: rgb(198,225,209); }

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

border-color css

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

 span { border-color: rgb(198,225,209); }

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