Html Css Color HEX #C6DCD0 Aero Blue

📋 copy color: '#C6DCD0'

red 198 ◦ green 220 ◦ blue 208

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

Shades of Aero Blue #C6DCD0

Tints of Aero Blue #C6DCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.14%

 BLUE value IS 208 (81.64% from 255) = 33.23%

R = 31.63%
G = 35.14%
B = 33.23%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#C6DCD0 (or 0xC6DCD0) is known color: Aero Blue. HEX triplet: C6, DC and D0. RGB value is (198,220,208). Sum of RGB (Red+Green+Blue) = 198+220+208=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCD0 is #39232F. Grayscale: #D4D4D4. Windows color (decimal): -3744560 or 13688006. OLE color: 13688006.

HSL color Cylindrical-coordinate representation of color #C6DCD0: hue angle of 147.27º degrees, saturation: 0.24, 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 #C6DCD0 is Cyan = 0.1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 220 208 -
CMYK 0.1 0 0.05 0.14
HSL 147.27º 0.24% 0.82% -
HSV(B) 147.27º 0.1% 0.86% -
XYZ 60.27 67.75 69.57 -
YUV 212.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 198 220 208 0.1 0 0.05 0.14 147.27 0.24 0.82
Hex C6 DC D0 A 0 5 E 93 18 52
Octal 306 334 320 12 0 5 16 223 30 122
Binary 11000110 11011100 11010000 1010 0 101 1110 10010011 11000 1010010

Color Harmonies of #C6DCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DCD0

Black with #C6DCD0

Text Example


Text Example

White with #C6DCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DCD0; }

 p { color: rgb(198,220,208); }

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

background-color css

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

 a { background-color: rgb(198,220,208); }

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

border-color css

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

 span { border-color: rgb(198,220,208); }

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