Html Css Color HEX #A6C7DE Sail

📋 copy color: '#A6C7DE'

red 166 ◦ green 199 ◦ blue 222

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

Shades of Sail #A6C7DE

Tints of Sail #A6C7DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.82%

R = 28.28%
G = 33.9%
B = 37.82%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6C7DE (or 0xA6C7DE) is known color: Sail. HEX triplet: A6, C7 and DE. RGB value is (166,199,222). Sum of RGB (Red+Green+Blue) = 166+199+222=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6C7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C7DE is #593821. Grayscale: #BFBFBF. Windows color (decimal): -5847074 or 14600102. OLE color: 14600102.

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

Color convert

RGB 166 199 222 -
CMYK 0.25 0.10 0 0.13
HSL 204.64º 0.46% 0.76% -
HSV(B) 204.64º 0.25% 0.87% -
XYZ 49.33 54.23 76.97 -
YUV 191.76 145.07 109.63 -
System Red Green Blue C M Y K H S L
Decimal 166 199 222 0.25 0.10 0 0.13 204.64 0.46 0.76
Hex A6 C7 DE 19 A 0 D CD 2E 4C
Octal 246 307 336 31 12 0 15 315 56 114
Binary 10100110 11000111 11011110 11001 1010 0 1101 11001101 101110 1001100

Color Harmonies of #A6C7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C7DE

Black with #A6C7DE

Text Example


Text Example

White with #A6C7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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