Html Css Color HEX #A6C9DF Sail

📋 copy color: '#A6C9DF'

red 166 ◦ green 201 ◦ blue 223

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

Shades of Sail #A6C9DF

Tints of Sail #A6C9DF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.07%

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

R = 28.14%
G = 34.07%
B = 37.8%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6C9DF (or 0xA6C9DF) is known color: Sail. HEX triplet: A6, C9 and DF. RGB value is (166,201,223). Sum of RGB (Red+Green+Blue) = 166+201+223=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6C9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C9DF is #593620. Grayscale: #C0C0C0. Windows color (decimal): -5846561 or 14666150. OLE color: 14666150.

HSL color Cylindrical-coordinate representation of color #A6C9DF: hue angle of 203.16º 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 #A6C9DF is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 201 223 -
CMYK 0.26 0.10 0 0.13
HSL 203.16º 0.47% 0.76% -
HSV(B) 203.16º 0.26% 0.87% -
XYZ 49.93 55.21 77.84 -
YUV 193.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 166 201 223 0.26 0.10 0 0.13 203.16 0.47 0.76
Hex A6 C9 DF 1A A 0 D CB 2F 4C
Octal 246 311 337 32 12 0 15 313 57 114
Binary 10100110 11001001 11011111 11010 1010 0 1101 11001011 101111 1001100

Color Harmonies of #A6C9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C9DF

Black with #A6C9DF

Text Example


Text Example

White with #A6C9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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