Html Css Color HEX #C7D6CE Aero Blue

📋 copy color: '#C7D6CE'

red 199 ◦ green 214 ◦ blue 206

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

Shades of Aero Blue #C7D6CE

Tints of Aero Blue #C7D6CE

RGB

 RED value IS 199 (78.13% from 255) = 32.15%

 GREEN value IS 214 (83.98% from 255) = 34.57%

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

R = 32.15%
G = 34.57%
B = 33.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#C7D6CE (or 0xC7D6CE) is known color: Aero Blue. HEX triplet: C7, D6 and CE. RGB value is (199,214,206). Sum of RGB (Red+Green+Blue) = 199+214+206=619 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.15% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D6CE is #382931. Grayscale: #D0D0D0. Windows color (decimal): -3680562 or 13555399. OLE color: 13555399.

HSL color Cylindrical-coordinate representation of color #C7D6CE: hue angle of 148º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7D6CE is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 214 206 -
CMYK 0.07 0 0.04 0.16
HSL 148º 0.15% 0.81% -
HSV(B) 148º 0.07% 0.84% -
XYZ 58.74 64.69 67.78 -
YUV 208.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 199 214 206 0.07 0 0.04 0.16 148 0.15 0.81
Hex C7 D6 CE 7 0 4 10 94 F 51
Octal 307 326 316 7 0 4 20 224 17 121
Binary 11000111 11010110 11001110 111 0 100 10000 10010100 1111 1010001

Color Harmonies of #C7D6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D6CE

Black with #C7D6CE

Text Example


Text Example

White with #C7D6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D6CE; }

 p { color: rgb(199,214,206); }

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

background-color css

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

 a { background-color: rgb(199,214,206); }

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

border-color css

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

 span { border-color: rgb(199,214,206); }

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