Html Css Color HEX #A6C9EA Sail

📋 copy color: '#A6C9EA'

red 166 ◦ green 201 ◦ blue 234

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

Shades of Sail #A6C9EA

Tints of Sail #A6C9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.94%

R = 27.62%
G = 33.44%
B = 38.94%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A6C9EA (or 0xA6C9EA) is known color: Sail. HEX triplet: A6, C9 and EA. RGB value is (166,201,234). Sum of RGB (Red+Green+Blue) = 166+201+234=601 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.62% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6C9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C9EA is #593615. Grayscale: #C2C2C2. Windows color (decimal): -5846550 or 15387046. OLE color: 15387046.

HSL color Cylindrical-coordinate representation of color #A6C9EA: hue angle of 209.12º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6C9EA is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 201 234 -
CMYK 0.29 0.14 0 0.08
HSL 209.12º 0.62% 0.78% -
HSV(B) 209.12º 0.29% 0.92% -
XYZ 51.46 55.82 85.9 -
YUV 194.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 166 201 234 0.29 0.14 0 0.08 209.12 0.62 0.78
Hex A6 C9 EA 1D E 0 8 D1 3E 4E
Octal 246 311 352 35 16 0 10 321 76 116
Binary 10100110 11001001 11101010 11101 1110 0 1000 11010001 111110 1001110

Color Harmonies of #A6C9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C9EA

Black with #A6C9EA

Text Example


Text Example

White with #A6C9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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