Html Css Color HEX #A6C7E3 Sail

📋 copy color: '#A6C7E3'

red 166 ◦ green 199 ◦ blue 227

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

Shades of Sail #A6C7E3

Tints of Sail #A6C7E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.34%

R = 28.04%
G = 33.61%
B = 38.34%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A6C7E3 (or 0xA6C7E3) is known color: Sail. HEX triplet: A6, C7 and E3. RGB value is (166,199,227). Sum of RGB (Red+Green+Blue) = 166+199+227=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 227 (89.06% from 255 or 38.34% from 592); Max value from RGB is 227 - color contains mainly: blue. Hex color #A6C7E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C7E3 is #59381C. Grayscale: #C0C0C0. Windows color (decimal): -5847069 or 14927782. OLE color: 14927782.

HSL color Cylindrical-coordinate representation of color #A6C7E3: hue angle of 207.54º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6C7E3 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 199 227 -
CMYK 0.27 0.12 0 0.11
HSL 207.54º 0.52% 0.77% -
HSV(B) 207.54º 0.27% 0.89% -
XYZ 50.01 54.5 80.56 -
YUV 192.33 147.57 109.22 -
System Red Green Blue C M Y K H S L
Decimal 166 199 227 0.27 0.12 0 0.11 207.54 0.52 0.77
Hex A6 C7 E3 1B C 0 B D0 34 4D
Octal 246 307 343 33 14 0 13 320 64 115
Binary 10100110 11000111 11100011 11011 1100 0 1011 11010000 110100 1001101

Color Harmonies of #A6C7E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C7E3

Black with #A6C7E3

Text Example


Text Example

White with #A6C7E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C7E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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