Html Css Color HEX #A6C7DF Sail

📋 copy color: '#A6C7DF'

red 166 ◦ green 199 ◦ blue 223

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

Shades of Sail #A6C7DF

Tints of Sail #A6C7DF

RGB

 RED value IS 166 (65.23% from 255) = 28.23%

 GREEN value IS 199 (78.13% from 255) = 33.84%

 BLUE value IS 223 (87.5% from 255) = 37.93%

R = 28.23%
G = 33.84%
B = 37.93%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6C7DF (or 0xA6C7DF) is known color: Sail. HEX triplet: A6, C7 and DF. RGB value is (166,199,223). Sum of RGB (Red+Green+Blue) = 166+199+223=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6C7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C7DF is #593820. Grayscale: #BFBFBF. Windows color (decimal): -5847073 or 14665638. OLE color: 14665638.

HSL color Cylindrical-coordinate representation of color #A6C7DF: hue angle of 205.26º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6C7DF is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 199 223 -
CMYK 0.26 0.11 0 0.13
HSL 205.26º 0.47% 0.76% -
HSV(B) 205.26º 0.26% 0.87% -
XYZ 49.47 54.28 77.68 -
YUV 191.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 166 199 223 0.26 0.11 0 0.13 205.26 0.47 0.76
Hex A6 C7 DF 1A B 0 D CD 2F 4C
Octal 246 307 337 32 13 0 15 315 57 114
Binary 10100110 11000111 11011111 11010 1011 0 1101 11001101 101111 1001100

Color Harmonies of #A6C7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C7DF

Black with #A6C7DF

Text Example


Text Example

White with #A6C7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C7DF; }

 p { color: rgb(166,199,223); }

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

background-color css

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

 a { background-color: rgb(166,199,223); }

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

border-color css

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

 span { border-color: rgb(166,199,223); }

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