Html Css Color HEX #C5DCD1 Aero Blue

📋 copy color: '#C5DCD1'

red 197 ◦ green 220 ◦ blue 209

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

Shades of Aero Blue #C5DCD1

Tints of Aero Blue #C5DCD1

RGB

 RED value IS 197 (77.34% from 255) = 31.47%

 GREEN value IS 220 (86.33% from 255) = 35.14%

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

R = 31.47%
G = 35.14%
B = 33.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#C5DCD1 (or 0xC5DCD1) is known color: Aero Blue. HEX triplet: C5, DC and D1. RGB value is (197,220,209). Sum of RGB (Red+Green+Blue) = 197+220+209=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCD1 is #3A232E. Grayscale: #D3D3D3. Windows color (decimal): -3810095 or 13753541. OLE color: 13753541.

HSL color Cylindrical-coordinate representation of color #C5DCD1: hue angle of 151.3º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DCD1 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 220 209 -
CMYK 0.10 0 0.05 0.14
HSL 151.3º 0.25% 0.82% -
HSV(B) 151.3º 0.1% 0.86% -
XYZ 60.13 67.66 70.21 -
YUV 211.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 197 220 209 0.10 0 0.05 0.14 151.3 0.25 0.82
Hex C5 DC D1 A 0 5 E 97 19 52
Octal 305 334 321 12 0 5 16 227 31 122
Binary 11000101 11011100 11010001 1010 0 101 1110 10010111 11001 1010010

Color Harmonies of #C5DCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCD1

Black with #C5DCD1

Text Example


Text Example

White with #C5DCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCD1; }

 p { color: rgb(197,220,209); }

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

background-color css

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

 a { background-color: rgb(197,220,209); }

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

border-color css

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

 span { border-color: rgb(197,220,209); }

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