Html Css Color HEX #ACD9F6 Sail

📋 copy color: '#ACD9F6'

red 172 ◦ green 217 ◦ blue 246

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

Shades of Sail #ACD9F6

Tints of Sail #ACD9F6

RGB

 RED value IS 172 (67.58% from 255) = 27.09%

 GREEN value IS 217 (85.16% from 255) = 34.17%

 BLUE value IS 246 (96.48% from 255) = 38.74%

R = 27.09%
G = 34.17%
B = 38.74%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACD9F6 (or 0xACD9F6) is known color: Sail. HEX triplet: AC, D9 and F6. RGB value is (172,217,246). Sum of RGB (Red+Green+Blue) = 172+217+246=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 217 (85.16% from 255 or 34.17% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACD9F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD9F6 is #532609. Grayscale: #CECECE. Windows color (decimal): -5449226 or 16177580. OLE color: 16177580.

HSL color Cylindrical-coordinate representation of color #ACD9F6: hue angle of 203.51º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD9F6 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 217 246 -
CMYK 0.30 0.12 0 0.04
HSL 203.51º 0.8% 0.82% -
HSV(B) 203.51º 0.3% 0.96% -
XYZ 58.46 65.05 96.66 -
YUV 206.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 172 217 246 0.30 0.12 0 0.04 203.51 0.8 0.82
Hex AC D9 F6 1E C 0 4 CC 50 52
Octal 254 331 366 36 14 0 4 314 120 122
Binary 10101100 11011001 11110110 11110 1100 0 100 11001100 1010000 1010010

Color Harmonies of #ACD9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9F6

Black with #ACD9F6

Text Example


Text Example

White with #ACD9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9F6; }

 p { color: rgb(172,217,246); }

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

background-color css

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

 a { background-color: rgb(172,217,246); }

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

border-color css

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

 span { border-color: rgb(172,217,246); }

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