Html Css Color HEX #A6CEE4 Sail

📋 copy color: '#A6CEE4'

red 166 ◦ green 206 ◦ blue 228

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

Shades of Sail #A6CEE4

Tints of Sail #A6CEE4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.33%

 BLUE value IS 228 (89.45% from 255) = 38%

R = 27.67%
G = 34.33%
B = 38%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A6CEE4 (or 0xA6CEE4) is known color: Sail. HEX triplet: A6, CE and E4. RGB value is (166,206,228). Sum of RGB (Red+Green+Blue) = 166+206+228=600 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.67% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 228 - color contains mainly: blue. Hex color #A6CEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CEE4 is #59311B. Grayscale: #C4C4C4. Windows color (decimal): -5845276 or 14995110. OLE color: 14995110.

HSL color Cylindrical-coordinate representation of color #A6CEE4: hue angle of 201.29º degrees, saturation: 0.53, 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 #A6CEE4 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 206 228 -
CMYK 0.27 0.10 0 0.11
HSL 201.29º 0.53% 0.77% -
HSV(B) 201.29º 0.27% 0.89% -
XYZ 51.8 57.85 81.83 -
YUV 196.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 166 206 228 0.27 0.10 0 0.11 201.29 0.53 0.77
Hex A6 CE E4 1B A 0 B C9 35 4D
Octal 246 316 344 33 12 0 13 311 65 115
Binary 10100110 11001110 11100100 11011 1010 0 1011 11001001 110101 1001101

Color Harmonies of #A6CEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CEE4

Black with #A6CEE4

Text Example


Text Example

White with #A6CEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CEE4; }

 p { color: rgb(166,206,228); }

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

background-color css

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

 a { background-color: rgb(166,206,228); }

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

border-color css

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

 span { border-color: rgb(166,206,228); }

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