Html Css Color HEX #A6CAEA Sail

📋 copy color: '#A6CAEA'

red 166 ◦ green 202 ◦ blue 234

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

Shades of Sail #A6CAEA

Tints of Sail #A6CAEA

RGB

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

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

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

R = 27.57%
G = 33.55%
B = 38.87%

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

#A6CAEA (or 0xA6CAEA) is known color: Sail. HEX triplet: A6, CA and EA. RGB value is (166,202,234). Sum of RGB (Red+Green+Blue) = 166+202+234=602 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.57% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6CAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CAEA is #593515. Grayscale: #C2C2C2. Windows color (decimal): -5846294 or 15387302. OLE color: 15387302.

HSL color Cylindrical-coordinate representation of color #A6CAEA: hue angle of 208.24º 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 #A6CAEA is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 202 234 -
CMYK 0.29 0.14 0 0.08
HSL 208.24º 0.62% 0.78% -
HSV(B) 208.24º 0.29% 0.92% -
XYZ 51.7 56.29 85.98 -
YUV 194.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 166 202 234 0.29 0.14 0 0.08 208.24 0.62 0.78
Hex A6 CA EA 1D E 0 8 D0 3E 4E
Octal 246 312 352 35 16 0 10 320 76 116
Binary 10100110 11001010 11101010 11101 1110 0 1000 11010000 111110 1001110

Color Harmonies of #A6CAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CAEA

Black with #A6CAEA

Text Example


Text Example

White with #A6CAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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