Html Css Color HEX #AACFEC Sail

📋 copy color: '#AACFEC'

red 170 ◦ green 207 ◦ blue 236

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

Shades of Sail #AACFEC

Tints of Sail #AACFEC

RGB

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

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

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

R = 27.73%
G = 33.77%
B = 38.5%

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

#AACFEC (or 0xAACFEC) is known color: Sail. HEX triplet: AA, CF and EC. RGB value is (170,207,236). Sum of RGB (Red+Green+Blue) = 170+207+236=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #AACFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFEC is #553013. Grayscale: #C7C7C7. Windows color (decimal): -5582868 or 15519658. OLE color: 15519658.

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

Color convert

RGB 170 207 236 -
CMYK 0.28 0.12 0 0.07
HSL 206.36º 0.63% 0.8% -
HSV(B) 206.36º 0.28% 0.93% -
XYZ 54.03 59.23 87.94 -
YUV 199.24 148.74 107.14 -
System Red Green Blue C M Y K H S L
Decimal 170 207 236 0.28 0.12 0 0.07 206.36 0.63 0.8
Hex AA CF EC 1C C 0 7 CE 3F 50
Octal 252 317 354 34 14 0 7 316 77 120
Binary 10101010 11001111 11101100 11100 1100 0 111 11001110 111111 1010000

Color Harmonies of #AACFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFEC

Black with #AACFEC

Text Example


Text Example

White with #AACFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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