Html Css Color HEX #C6DACF Aero Blue

📋 copy color: '#C6DACF'

red 198 ◦ green 218 ◦ blue 207

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

Shades of Aero Blue #C6DACF

Tints of Aero Blue #C6DACF

RGB

 RED value IS 198 (77.73% from 255) = 31.78%

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

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

R = 31.78%
G = 34.99%
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

#C6DACF (or 0xC6DACF) is known color: Aero Blue. HEX triplet: C6, DA and CF. RGB value is (198,218,207). Sum of RGB (Red+Green+Blue) = 198+218+207=623 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.78% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DACF is #392530. Grayscale: #D2D2D2. Windows color (decimal): -3745073 or 13621958. OLE color: 13621958.

HSL color Cylindrical-coordinate representation of color #C6DACF: hue angle of 147º degrees, saturation: 0.21, 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 #C6DACF is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 218 207 -
CMYK 0.09 0 0.05 0.15
HSL 147º 0.21% 0.82% -
HSV(B) 147º 0.09% 0.85% -
XYZ 59.62 66.65 68.75 -
YUV 210.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 198 218 207 0.09 0 0.05 0.15 147 0.21 0.82
Hex C6 DA CF 9 0 5 F 93 15 52
Octal 306 332 317 11 0 5 17 223 25 122
Binary 11000110 11011010 11001111 1001 0 101 1111 10010011 10101 1010010

Color Harmonies of #C6DACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DACF

Black with #C6DACF

Text Example


Text Example

White with #C6DACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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