Html Css Color HEX #A9D3EB Sail

📋 copy color: '#A9D3EB'

red 169 ◦ green 211 ◦ blue 235

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

Shades of Sail #A9D3EB

Tints of Sail #A9D3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.31%

 BLUE value IS 235 (92.19% from 255) = 38.21%

R = 27.48%
G = 34.31%
B = 38.21%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A9D3EB (or 0xA9D3EB) is known color: Sail. HEX triplet: A9, D3 and EB. RGB value is (169,211,235). Sum of RGB (Red+Green+Blue) = 169+211+235=615 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.48% from 615); Green value is 211 (82.81% from 255 or 34.31% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #A9D3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D3EB is #562C14. Grayscale: #C9C9C9. Windows color (decimal): -5647381 or 15455145. OLE color: 15455145.

HSL color Cylindrical-coordinate representation of color #A9D3EB: hue angle of 201.82º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9D3EB is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 211 235 -
CMYK 0.28 0.10 0 0.08
HSL 201.82º 0.62% 0.79% -
HSV(B) 201.82º 0.28% 0.92% -
XYZ 54.65 61.02 87.5 -
YUV 201.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 169 211 235 0.28 0.10 0 0.08 201.82 0.62 0.79
Hex A9 D3 EB 1C A 0 8 CA 3E 4F
Octal 251 323 353 34 12 0 10 312 76 117
Binary 10101001 11010011 11101011 11100 1010 0 1000 11001010 111110 1001111

Color Harmonies of #A9D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D3EB

Black with #A9D3EB

Text Example


Text Example

White with #A9D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D3EB; }

 p { color: rgb(169,211,235); }

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

background-color css

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

 a { background-color: rgb(169,211,235); }

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

border-color css

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

 span { border-color: rgb(169,211,235); }

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