Html Css Color HEX #A9CFEE Sail

📋 copy color: '#A9CFEE'

red 169 ◦ green 207 ◦ blue 238

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

Shades of Sail #A9CFEE

Tints of Sail #A9CFEE

RGB

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

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

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

R = 27.52%
G = 33.71%
B = 38.76%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A9CFEE (or 0xA9CFEE) is known color: Sail. HEX triplet: A9, CF and EE. RGB value is (169,207,238). Sum of RGB (Red+Green+Blue) = 169+207+238=614 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.52% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #A9CFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9CFEE is #563011. Grayscale: #C7C7C7. Windows color (decimal): -5648402 or 15650729. OLE color: 15650729.

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

Color convert

RGB 169 207 238 -
CMYK 0.29 0.13 0 0.07
HSL 206.96º 0.67% 0.8% -
HSV(B) 206.96º 0.29% 0.93% -
XYZ 54.11 59.23 89.47 -
YUV 199.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 169 207 238 0.29 0.13 0 0.07 206.96 0.67 0.8
Hex A9 CF EE 1D D 0 7 CF 43 50
Octal 251 317 356 35 15 0 7 317 103 120
Binary 10101001 11001111 11101110 11101 1101 0 111 11001111 1000011 1010000

Color Harmonies of #A9CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CFEE

Black with #A9CFEE

Text Example


Text Example

White with #A9CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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