Html Css Color HEX #C7DACF Aero Blue

📋 copy color: '#C7DACF'

red 199 ◦ green 218 ◦ blue 207

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

Shades of Aero Blue #C7DACF

Tints of Aero Blue #C7DACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.17%

R = 31.89%
G = 34.94%
B = 33.17%

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

#C7DACF (or 0xC7DACF) is known color: Aero Blue. HEX triplet: C7, DA and CF. RGB value is (199,218,207). Sum of RGB (Red+Green+Blue) = 199+218+207=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DACF is #382530. Grayscale: #D3D3D3. Windows color (decimal): -3679537 or 13621959. OLE color: 13621959.

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

Color convert

RGB 199 218 207 -
CMYK 0.09 0 0.05 0.15
HSL 145.26º 0.2% 0.82% -
HSV(B) 145.26º 0.09% 0.85% -
XYZ 59.89 66.79 68.77 -
YUV 211.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 199 218 207 0.09 0 0.05 0.15 145.26 0.2 0.82
Hex C7 DA CF 9 0 5 F 91 14 52
Octal 307 332 317 11 0 5 17 221 24 122
Binary 11000111 11011010 11001111 1001 0 101 1111 10010001 10100 1010010

Color Harmonies of #C7DACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DACF

Black with #C7DACF

Text Example


Text Example

White with #C7DACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DACF; }

 p { color: rgb(199,218,207); }

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

background-color css

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

 a { background-color: rgb(199,218,207); }

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

border-color css

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

 span { border-color: rgb(199,218,207); }

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