Html Css Color HEX #A9D5ED Sail

📋 copy color: '#A9D5ED'

red 169 ◦ green 213 ◦ blue 237

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

Shades of Sail #A9D5ED

Tints of Sail #A9D5ED

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.41%

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

R = 27.3%
G = 34.41%
B = 38.29%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A9D5ED (or 0xA9D5ED) is known color: Sail. HEX triplet: A9, D5 and ED. RGB value is (169,213,237). Sum of RGB (Red+Green+Blue) = 169+213+237=619 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.30% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #A9D5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D5ED is #562A12. Grayscale: #CACACA. Windows color (decimal): -5646867 or 15586729. OLE color: 15586729.

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

Color convert

RGB 169 213 237 -
CMYK 0.29 0.10 0 0.07
HSL 201.18º 0.65% 0.8% -
HSV(B) 201.18º 0.29% 0.93% -
XYZ 55.44 62.14 89.19 -
YUV 202.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 169 213 237 0.29 0.10 0 0.07 201.18 0.65 0.8
Hex A9 D5 ED 1D A 0 7 C9 41 50
Octal 251 325 355 35 12 0 7 311 101 120
Binary 10101001 11010101 11101101 11101 1010 0 111 11001001 1000001 1010000

Color Harmonies of #A9D5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D5ED

Black with #A9D5ED

Text Example


Text Example

White with #A9D5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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