Html Css Color HEX #A3C7EC Sail

📋 copy color: '#A3C7EC'

red 163 ◦ green 199 ◦ blue 236

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

Shades of Sail #A3C7EC

Tints of Sail #A3C7EC

RGB

 RED value IS 163 (64.06% from 255) = 27.26%

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

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

R = 27.26%
G = 33.28%
B = 39.46%

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

#A3C7EC (or 0xA3C7EC) is known color: Sail. HEX triplet: A3, C7 and EC. RGB value is (163,199,236). Sum of RGB (Red+Green+Blue) = 163+199+236=598 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.26% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #A3C7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C7EC is #5C3813. Grayscale: #C0C0C0. Windows color (decimal): -6043668 or 15517603. OLE color: 15517603.

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

Color convert

RGB 163 199 236 -
CMYK 0.31 0.16 0 0.07
HSL 210.41º 0.66% 0.78% -
HSV(B) 210.41º 0.31% 0.93% -
XYZ 50.67 54.69 87.24 -
YUV 192.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 163 199 236 0.31 0.16 0 0.07 210.41 0.66 0.78
Hex A3 C7 EC 1F 10 0 7 D2 42 4E
Octal 243 307 354 37 20 0 7 322 102 116
Binary 10100011 11000111 11101100 11111 10000 0 111 11010010 1000010 1001110

Color Harmonies of #A3C7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C7EC

Black with #A3C7EC

Text Example


Text Example

White with #A3C7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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