Html Css Color HEX #C5DACE Aero Blue

📋 copy color: '#C5DACE'

red 197 ◦ green 218 ◦ blue 206

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

Shades of Aero Blue #C5DACE

Tints of Aero Blue #C5DACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.1%

 BLUE value IS 206 (80.86% from 255) = 33.17%

R = 31.72%
G = 35.1%
B = 33.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#C5DACE (or 0xC5DACE) is known color: Aero Blue. HEX triplet: C5, DA and CE. RGB value is (197,218,206). Sum of RGB (Red+Green+Blue) = 197+218+206=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DACE is #3A2531. Grayscale: #D2D2D2. Windows color (decimal): -3810610 or 13556421. OLE color: 13556421.

HSL color Cylindrical-coordinate representation of color #C5DACE: hue angle of 145.71º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DACE is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 218 206 -
CMYK 0.10 0 0.06 0.15
HSL 145.71º 0.22% 0.81% -
HSV(B) 145.71º 0.1% 0.85% -
XYZ 59.24 66.47 68.1 -
YUV 210.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 197 218 206 0.10 0 0.06 0.15 145.71 0.22 0.81
Hex C5 DA CE A 0 6 F 92 16 51
Octal 305 332 316 12 0 6 17 222 26 121
Binary 11000101 11011010 11001110 1010 0 110 1111 10010010 10110 1010001

Color Harmonies of #C5DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DACE

Black with #C5DACE

Text Example


Text Example

White with #C5DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DACE; }

 p { color: rgb(197,218,206); }

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

background-color css

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

 a { background-color: rgb(197,218,206); }

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

border-color css

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

 span { border-color: rgb(197,218,206); }

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