Html Css Color HEX #A6CAE1 Sail

📋 copy color: '#A6CAE1'

red 166 ◦ green 202 ◦ blue 225

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

Shades of Sail #A6CAE1

Tints of Sail #A6CAE1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.06%

 BLUE value IS 225 (88.28% from 255) = 37.94%

R = 27.99%
G = 34.06%
B = 37.94%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A6CAE1 (or 0xA6CAE1) is known color: Sail. HEX triplet: A6, CA and E1. RGB value is (166,202,225). Sum of RGB (Red+Green+Blue) = 166+202+225=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 225 (88.28% from 255 or 37.94% from 593); Max value from RGB is 225 - color contains mainly: blue. Hex color #A6CAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CAE1 is #59351E. Grayscale: #C1C1C1. Windows color (decimal): -5846303 or 14797478. OLE color: 14797478.

HSL color Cylindrical-coordinate representation of color #A6CAE1: hue angle of 203.39º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6CAE1 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 202 225 -
CMYK 0.26 0.10 0 0.12
HSL 203.39º 0.5% 0.77% -
HSV(B) 203.39º 0.26% 0.88% -
XYZ 50.44 55.78 79.34 -
YUV 193.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 166 202 225 0.26 0.10 0 0.12 203.39 0.5 0.77
Hex A6 CA E1 1A A 0 C CB 32 4D
Octal 246 312 341 32 12 0 14 313 62 115
Binary 10100110 11001010 11100001 11010 1010 0 1100 11001011 110010 1001101

Color Harmonies of #A6CAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CAE1

Black with #A6CAE1

Text Example


Text Example

White with #A6CAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CAE1; }

 p { color: rgb(166,202,225); }

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

background-color css

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

 a { background-color: rgb(166,202,225); }

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

border-color css

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

 span { border-color: rgb(166,202,225); }

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