Html Css Color HEX #A1C7EF Sail

📋 copy color: '#A1C7EF'

red 161 ◦ green 199 ◦ blue 239

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

Shades of Sail #A1C7EF

Tints of Sail #A1C7EF

RGB

 RED value IS 161 (63.28% from 255) = 26.88%

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

 BLUE value IS 239 (93.75% from 255) = 39.9%

R = 26.88%
G = 33.22%
B = 39.9%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A1C7EF (or 0xA1C7EF) is known color: Sail. HEX triplet: A1, C7 and EF. RGB value is (161,199,239). Sum of RGB (Red+Green+Blue) = 161+199+239=599 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.88% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1C7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C7EF is #5E3810. Grayscale: #BFBFBF. Windows color (decimal): -6174737 or 15714209. OLE color: 15714209.

HSL color Cylindrical-coordinate representation of color #A1C7EF: hue angle of 210.77º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1C7EF is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 199 239 -
CMYK 0.33 0.17 0 0.06
HSL 210.77º 0.71% 0.78% -
HSV(B) 210.77º 0.33% 0.94% -
XYZ 50.7 54.66 89.54 -
YUV 192.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 161 199 239 0.33 0.17 0 0.06 210.77 0.71 0.78
Hex A1 C7 EF 21 11 0 6 D3 47 4E
Octal 241 307 357 41 21 0 6 323 107 116
Binary 10100001 11000111 11101111 100001 10001 0 110 11010011 1000111 1001110

Color Harmonies of #A1C7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C7EF

Black with #A1C7EF

Text Example


Text Example

White with #A1C7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C7EF; }

 p { color: rgb(161,199,239); }

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

background-color css

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

 a { background-color: rgb(161,199,239); }

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

border-color css

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

 span { border-color: rgb(161,199,239); }

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