Html Css Color HEX #A2C6EC Sail

📋 copy color: '#A2C6EC'

red 162 ◦ green 198 ◦ blue 236

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

Shades of Sail #A2C6EC

Tints of Sail #A2C6EC

RGB

 RED value IS 162 (63.67% from 255) = 27.18%

 GREEN value IS 198 (77.73% from 255) = 33.22%

 BLUE value IS 236 (92.58% from 255) = 39.6%

R = 27.18%
G = 33.22%
B = 39.6%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A2C6EC (or 0xA2C6EC) is known color: Sail. HEX triplet: A2, C6 and EC. RGB value is (162,198,236). Sum of RGB (Red+Green+Blue) = 162+198+236=596 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.18% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2C6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C6EC is #5D3913. Grayscale: #BFBFBF. Windows color (decimal): -6109460 or 15517346. OLE color: 15517346.

HSL color Cylindrical-coordinate representation of color #A2C6EC: hue angle of 210.81º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2C6EC is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 198 236 -
CMYK 0.31 0.16 0 0.07
HSL 210.81º 0.66% 0.78% -
HSV(B) 210.81º 0.31% 0.93% -
XYZ 50.23 54.13 87.16 -
YUV 191.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 162 198 236 0.31 0.16 0 0.07 210.81 0.66 0.78
Hex A2 C6 EC 1F 10 0 7 D3 42 4E
Octal 242 306 354 37 20 0 7 323 102 116
Binary 10100010 11000110 11101100 11111 10000 0 111 11010011 1000010 1001110

Color Harmonies of #A2C6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C6EC

Black with #A2C6EC

Text Example


Text Example

White with #A2C6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C6EC; }

 p { color: rgb(162,198,236); }

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

background-color css

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

 a { background-color: rgb(162,198,236); }

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

border-color css

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

 span { border-color: rgb(162,198,236); }

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