Html Css Color HEX #A9CFEC Sail

📋 copy color: '#A9CFEC'

red 169 ◦ green 207 ◦ blue 236

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

Shades of Sail #A9CFEC

Tints of Sail #A9CFEC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.82%

 BLUE value IS 236 (92.58% from 255) = 38.56%

R = 27.61%
G = 33.82%
B = 38.56%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A9CFEC (or 0xA9CFEC) is known color: Sail. HEX triplet: A9, CF and EC. RGB value is (169,207,236). Sum of RGB (Red+Green+Blue) = 169+207+236=612 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.61% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CFEC is #563013. Grayscale: #C6C6C6. Windows color (decimal): -5648404 or 15519657. OLE color: 15519657.

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

Color convert

RGB 169 207 236 -
CMYK 0.28 0.12 0 0.07
HSL 205.97º 0.64% 0.79% -
HSV(B) 205.97º 0.28% 0.93% -
XYZ 53.82 59.12 87.93 -
YUV 198.94 148.91 106.64 -
System Red Green Blue C M Y K H S L
Decimal 169 207 236 0.28 0.12 0 0.07 205.97 0.64 0.79
Hex A9 CF EC 1C C 0 7 CE 40 4F
Octal 251 317 354 34 14 0 7 316 100 117
Binary 10101001 11001111 11101100 11100 1100 0 111 11001110 1000000 1001111

Color Harmonies of #A9CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CFEC

Black with #A9CFEC

Text Example


Text Example

White with #A9CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CFEC; }

 p { color: rgb(169,207,236); }

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

background-color css

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

 a { background-color: rgb(169,207,236); }

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

border-color css

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

 span { border-color: rgb(169,207,236); }

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