Html Css Color HEX #A9D1ED Sail

📋 copy color: '#A9D1ED'

red 169 ◦ green 209 ◦ blue 237

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

Shades of Sail #A9D1ED

Tints of Sail #A9D1ED

RGB

 RED value IS 169 (66.41% from 255) = 27.48%

 GREEN value IS 209 (82.03% from 255) = 33.98%

 BLUE value IS 237 (92.97% from 255) = 38.54%

R = 27.48%
G = 33.98%
B = 38.54%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A9D1ED (or 0xA9D1ED) is known color: Sail. HEX triplet: A9, D1 and ED. RGB value is (169,209,237). Sum of RGB (Red+Green+Blue) = 169+209+237=615 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.48% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #A9D1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D1ED is #562E12. Grayscale: #C8C8C8. Windows color (decimal): -5647891 or 15585705. OLE color: 15585705.

HSL color Cylindrical-coordinate representation of color #A9D1ED: hue angle of 204.71º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9D1ED is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 209 237 -
CMYK 0.29 0.12 0 0.07
HSL 204.71º 0.65% 0.8% -
HSV(B) 204.71º 0.29% 0.93% -
XYZ 54.45 60.15 88.86 -
YUV 200.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 169 209 237 0.29 0.12 0 0.07 204.71 0.65 0.8
Hex A9 D1 ED 1D C 0 7 CD 41 50
Octal 251 321 355 35 14 0 7 315 101 120
Binary 10101001 11010001 11101101 11101 1100 0 111 11001101 1000001 1010000

Color Harmonies of #A9D1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D1ED

Black with #A9D1ED

Text Example


Text Example

White with #A9D1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D1ED; }

 p { color: rgb(169,209,237); }

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

background-color css

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

 a { background-color: rgb(169,209,237); }

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

border-color css

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

 span { border-color: rgb(169,209,237); }

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