Html Css Color HEX #A9D7F2 Sail

📋 copy color: '#A9D7F2'

red 169 ◦ green 215 ◦ blue 242

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

Shades of Sail #A9D7F2

Tints of Sail #A9D7F2

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.35%

 BLUE value IS 242 (94.92% from 255) = 38.66%

R = 27%
G = 34.35%
B = 38.66%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A9D7F2 (or 0xA9D7F2) is known color: Sail. HEX triplet: A9, D7 and F2. RGB value is (169,215,242). Sum of RGB (Red+Green+Blue) = 169+215+242=626 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.00% from 626); Green value is 215 (84.38% from 255 or 34.35% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #A9D7F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D7F2 is #56280D. Grayscale: #CCCCCC. Windows color (decimal): -5646350 or 15914921. OLE color: 15914921.

HSL color Cylindrical-coordinate representation of color #A9D7F2: hue angle of 202.19º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9D7F2 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 215 242 -
CMYK 0.30 0.11 0 0.05
HSL 202.19º 0.74% 0.81% -
HSV(B) 202.19º 0.3% 0.95% -
XYZ 56.69 63.45 93.26 -
YUV 204.32 149.26 102.8 -
System Red Green Blue C M Y K H S L
Decimal 169 215 242 0.30 0.11 0 0.05 202.19 0.74 0.81
Hex A9 D7 F2 1E B 0 5 CA 4A 51
Octal 251 327 362 36 13 0 5 312 112 121
Binary 10101001 11010111 11110010 11110 1011 0 101 11001010 1001010 1010001

Color Harmonies of #A9D7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D7F2

Black with #A9D7F2

Text Example


Text Example

White with #A9D7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D7F2; }

 p { color: rgb(169,215,242); }

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

background-color css

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

 a { background-color: rgb(169,215,242); }

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

border-color css

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

 span { border-color: rgb(169,215,242); }

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