Html Css Color HEX #A9D3EE Sail

📋 copy color: '#A9D3EE'

red 169 ◦ green 211 ◦ blue 238

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

Shades of Sail #A9D3EE

Tints of Sail #A9D3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.51%

R = 27.35%
G = 34.14%
B = 38.51%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A9D3EE (or 0xA9D3EE) is known color: Sail. HEX triplet: A9, D3 and EE. RGB value is (169,211,238). Sum of RGB (Red+Green+Blue) = 169+211+238=618 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.35% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #A9D3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D3EE is #562C11. Grayscale: #C9C9C9. Windows color (decimal): -5647378 or 15651753. OLE color: 15651753.

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

Color convert

RGB 169 211 238 -
CMYK 0.29 0.11 0 0.07
HSL 203.48º 0.67% 0.8% -
HSV(B) 203.48º 0.29% 0.93% -
XYZ 55.09 61.2 89.8 -
YUV 201.52 148.59 104.8 -
System Red Green Blue C M Y K H S L
Decimal 169 211 238 0.29 0.11 0 0.07 203.48 0.67 0.8
Hex A9 D3 EE 1D B 0 7 CB 43 50
Octal 251 323 356 35 13 0 7 313 103 120
Binary 10101001 11010011 11101110 11101 1011 0 111 11001011 1000011 1010000

Color Harmonies of #A9D3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D3EE

Black with #A9D3EE

Text Example


Text Example

White with #A9D3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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