Html Css Color HEX #C5D9CE Aero Blue

📋 copy color: '#C5D9CE'

red 197 ◦ green 217 ◦ blue 206

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

Shades of Aero Blue #C5D9CE

Tints of Aero Blue #C5D9CE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35%

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

R = 31.77%
G = 35%
B = 33.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#C5D9CE (or 0xC5D9CE) is known color: Aero Blue. HEX triplet: C5, D9 and CE. RGB value is (197,217,206). Sum of RGB (Red+Green+Blue) = 197+217+206=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D9CE is #3A2631. Grayscale: #D1D1D1. Windows color (decimal): -3810866 or 13556165. OLE color: 13556165.

HSL color Cylindrical-coordinate representation of color #C5D9CE: hue angle of 147º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5D9CE is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 217 206 -
CMYK 0.09 0 0.05 0.15
HSL 147º 0.21% 0.81% -
HSV(B) 147º 0.09% 0.85% -
XYZ 58.98 65.95 68.01 -
YUV 209.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 197 217 206 0.09 0 0.05 0.15 147 0.21 0.81
Hex C5 D9 CE 9 0 5 F 93 15 51
Octal 305 331 316 11 0 5 17 223 25 121
Binary 11000101 11011001 11001110 1001 0 101 1111 10010011 10101 1010001

Color Harmonies of #C5D9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D9CE

Black with #C5D9CE

Text Example


Text Example

White with #C5D9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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