Html Css Color HEX #A2C7EC Sail

📋 copy color: '#A2C7EC'

red 162 ◦ green 199 ◦ blue 236

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

Shades of Sail #A2C7EC

Tints of Sail #A2C7EC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.33%

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

R = 27.14%
G = 33.33%
B = 39.53%

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

#A2C7EC (or 0xA2C7EC) is known color: Sail. HEX triplet: A2, C7 and EC. RGB value is (162,199,236). Sum of RGB (Red+Green+Blue) = 162+199+236=597 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.14% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2C7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C7EC is #5D3813. Grayscale: #BFBFBF. Windows color (decimal): -6109204 or 15517602. OLE color: 15517602.

HSL color Cylindrical-coordinate representation of color #A2C7EC: hue angle of 210º 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 #A2C7EC is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 199 236 -
CMYK 0.31 0.16 0 0.07
HSL 210º 0.66% 0.78% -
HSV(B) 210º 0.31% 0.93% -
XYZ 50.46 54.58 87.23 -
YUV 192.16 152.74 106.49 -
System Red Green Blue C M Y K H S L
Decimal 162 199 236 0.31 0.16 0 0.07 210 0.66 0.78
Hex A2 C7 EC 1F 10 0 7 D2 42 4E
Octal 242 307 354 37 20 0 7 322 102 116
Binary 10100010 11000111 11101100 11111 10000 0 111 11010010 1000010 1001110

Color Harmonies of #A2C7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C7EC

Black with #A2C7EC

Text Example


Text Example

White with #A2C7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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