Html Css Color HEX #AACFEA Sail

📋 copy color: '#AACFEA'

red 170 ◦ green 207 ◦ blue 234

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

Shades of Sail #AACFEA

Tints of Sail #AACFEA

RGB

 RED value IS 170 (66.8% from 255) = 27.82%

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

 BLUE value IS 234 (91.8% from 255) = 38.3%

R = 27.82%
G = 33.88%
B = 38.3%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AACFEA (or 0xAACFEA) is known color: Sail. HEX triplet: AA, CF and EA. RGB value is (170,207,234). Sum of RGB (Red+Green+Blue) = 170+207+234=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #AACFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFEA is #553015. Grayscale: #C6C6C6. Windows color (decimal): -5582870 or 15388586. OLE color: 15388586.

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

Color convert

RGB 170 207 234 -
CMYK 0.27 0.12 0 0.08
HSL 205.31º 0.6% 0.79% -
HSV(B) 205.31º 0.27% 0.92% -
XYZ 53.74 59.11 86.42 -
YUV 199.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 170 207 234 0.27 0.12 0 0.08 205.31 0.6 0.79
Hex AA CF EA 1B C 0 8 CD 3C 4F
Octal 252 317 352 33 14 0 10 315 74 117
Binary 10101010 11001111 11101010 11011 1100 0 1000 11001101 111100 1001111

Color Harmonies of #AACFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFEA

Black with #AACFEA

Text Example


Text Example

White with #AACFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFEA; }

 p { color: rgb(170,207,234); }

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

background-color css

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

 a { background-color: rgb(170,207,234); }

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

border-color css

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

 span { border-color: rgb(170,207,234); }

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