Html Css Color HEX #A6CCE8 Sail

📋 copy color: '#A6CCE8'

red 166 ◦ green 204 ◦ blue 232

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

Shades of Sail #A6CCE8

Tints of Sail #A6CCE8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.89%

 BLUE value IS 232 (91.02% from 255) = 38.54%

R = 27.57%
G = 33.89%
B = 38.54%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A6CCE8 (or 0xA6CCE8) is known color: Sail. HEX triplet: A6, CC and E8. RGB value is (166,204,232). Sum of RGB (Red+Green+Blue) = 166+204+232=602 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.57% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #A6CCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CCE8 is #593317. Grayscale: #C3C3C3. Windows color (decimal): -5845784 or 15256742. OLE color: 15256742.

HSL color Cylindrical-coordinate representation of color #A6CCE8: hue angle of 205.45º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6CCE8 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 204 232 -
CMYK 0.28 0.12 0 0.09
HSL 205.45º 0.59% 0.78% -
HSV(B) 205.45º 0.28% 0.91% -
XYZ 51.88 57.12 84.63 -
YUV 195.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 166 204 232 0.28 0.12 0 0.09 205.45 0.59 0.78
Hex A6 CC E8 1C C 0 9 CD 3B 4E
Octal 246 314 350 34 14 0 11 315 73 116
Binary 10100110 11001100 11101000 11100 1100 0 1001 11001101 111011 1001110

Color Harmonies of #A6CCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CCE8

Black with #A6CCE8

Text Example


Text Example

White with #A6CCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CCE8; }

 p { color: rgb(166,204,232); }

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

background-color css

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

 a { background-color: rgb(166,204,232); }

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

border-color css

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

 span { border-color: rgb(166,204,232); }

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