Html Css Color HEX #ACD9F3 Sail

📋 copy color: '#ACD9F3'

red 172 ◦ green 217 ◦ blue 243

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

Shades of Sail #ACD9F3

Tints of Sail #ACD9F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.45%

R = 27.22%
G = 34.34%
B = 38.45%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACD9F3 (or 0xACD9F3) is known color: Sail. HEX triplet: AC, D9 and F3. RGB value is (172,217,243). Sum of RGB (Red+Green+Blue) = 172+217+243=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACD9F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD9F3 is #53260C. Grayscale: #CECECE. Windows color (decimal): -5449229 or 15980972. OLE color: 15980972.

HSL color Cylindrical-coordinate representation of color #ACD9F3: hue angle of 201.97º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACD9F3 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 217 243 -
CMYK 0.29 0.11 0 0.05
HSL 201.97º 0.75% 0.81% -
HSV(B) 201.97º 0.29% 0.95% -
XYZ 58 64.87 94.26 -
YUV 206.51 148.59 103.39 -
System Red Green Blue C M Y K H S L
Decimal 172 217 243 0.29 0.11 0 0.05 201.97 0.75 0.81
Hex AC D9 F3 1D B 0 5 CA 4B 51
Octal 254 331 363 35 13 0 5 312 113 121
Binary 10101100 11011001 11110011 11101 1011 0 101 11001010 1001011 1010001

Color Harmonies of #ACD9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9F3

Black with #ACD9F3

Text Example


Text Example

White with #ACD9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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