Html Css Color HEX #ACCCDF Sail

📋 copy color: '#ACCCDF'

red 172 ◦ green 204 ◦ blue 223

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

Shades of Sail #ACCCDF

Tints of Sail #ACCCDF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.06%

 BLUE value IS 223 (87.5% from 255) = 37.23%

R = 28.71%
G = 34.06%
B = 37.23%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACCCDF (or 0xACCCDF) is known color: Sail. HEX triplet: AC, CC and DF. RGB value is (172,204,223). Sum of RGB (Red+Green+Blue) = 172+204+223=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACCCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCDF is #533320. Grayscale: #C4C4C4. Windows color (decimal): -5452577 or 14666924. OLE color: 14666924.

HSL color Cylindrical-coordinate representation of color #ACCCDF: hue angle of 202.35º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACCCDF is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 204 223 -
CMYK 0.23 0.09 0 0.13
HSL 202.35º 0.44% 0.77% -
HSV(B) 202.35º 0.23% 0.87% -
XYZ 51.93 57.28 78.13 -
YUV 196.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 172 204 223 0.23 0.09 0 0.13 202.35 0.44 0.77
Hex AC CC DF 17 9 0 D CA 2C 4D
Octal 254 314 337 27 11 0 15 312 54 115
Binary 10101100 11001100 11011111 10111 1001 0 1101 11001010 101100 1001101

Color Harmonies of #ACCCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCDF

Black with #ACCCDF

Text Example


Text Example

White with #ACCCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCDF; }

 p { color: rgb(172,204,223); }

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

background-color css

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

 a { background-color: rgb(172,204,223); }

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

border-color css

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

 span { border-color: rgb(172,204,223); }

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