Html Css Color HEX #A2C7EA Sail

📋 copy color: '#A2C7EA'

red 162 ◦ green 199 ◦ blue 234

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

Shades of Sail #A2C7EA

Tints of Sail #A2C7EA

RGB

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

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

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

R = 27.23%
G = 33.45%
B = 39.33%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A2C7EA (or 0xA2C7EA) is known color: Sail. HEX triplet: A2, C7 and EA. RGB value is (162,199,234). Sum of RGB (Red+Green+Blue) = 162+199+234=595 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.23% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #A2C7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C7EA is #5D3815. Grayscale: #BFBFBF. Windows color (decimal): -6109206 or 15386530. OLE color: 15386530.

HSL color Cylindrical-coordinate representation of color #A2C7EA: hue angle of 209.17º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2C7EA is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 199 234 -
CMYK 0.31 0.15 0 0.08
HSL 209.17º 0.63% 0.78% -
HSV(B) 209.17º 0.31% 0.92% -
XYZ 50.18 54.47 85.71 -
YUV 191.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 162 199 234 0.31 0.15 0 0.08 209.17 0.63 0.78
Hex A2 C7 EA 1F F 0 8 D1 3F 4E
Octal 242 307 352 37 17 0 10 321 77 116
Binary 10100010 11000111 11101010 11111 1111 0 1000 11010001 111111 1001110

Color Harmonies of #A2C7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C7EA

Black with #A2C7EA

Text Example


Text Example

White with #A2C7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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