Html Css Color HEX #C5DBCE Aero Blue

📋 copy color: '#C5DBCE'

red 197 ◦ green 219 ◦ blue 206

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

Shades of Aero Blue #C5DBCE

Tints of Aero Blue #C5DBCE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.21%

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

R = 31.67%
G = 35.21%
B = 33.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#C5DBCE (or 0xC5DBCE) is known color: Aero Blue. HEX triplet: C5, DB and CE. RGB value is (197,219,206). Sum of RGB (Red+Green+Blue) = 197+219+206=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBCE is #3A2431. Grayscale: #D2D2D2. Windows color (decimal): -3810354 or 13556677. OLE color: 13556677.

HSL color Cylindrical-coordinate representation of color #C5DBCE: hue angle of 144.55º degrees, saturation: 0.23, 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 #C5DBCE is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 219 206 -
CMYK 0.10 0 0.06 0.14
HSL 144.55º 0.23% 0.82% -
HSV(B) 144.55º 0.1% 0.86% -
XYZ 59.5 66.99 68.19 -
YUV 210.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 197 219 206 0.10 0 0.06 0.14 144.55 0.23 0.82
Hex C5 DB CE A 0 6 E 91 17 52
Octal 305 333 316 12 0 6 16 221 27 122
Binary 11000101 11011011 11001110 1010 0 110 1110 10010001 10111 1010010

Color Harmonies of #C5DBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DBCE

Black with #C5DBCE

Text Example


Text Example

White with #C5DBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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