Html Css Color HEX #ACCCE6 Sail

📋 copy color: '#ACCCE6'

red 172 ◦ green 204 ◦ blue 230

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

Shades of Sail #ACCCE6

Tints of Sail #ACCCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.95%

R = 28.38%
G = 33.66%
B = 37.95%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACCCE6 (or 0xACCCE6) is known color: Sail. HEX triplet: AC, CC and E6. RGB value is (172,204,230). Sum of RGB (Red+Green+Blue) = 172+204+230=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACCCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCCE6 is #533319. Grayscale: #C5C5C5. Windows color (decimal): -5452570 or 15125676. OLE color: 15125676.

HSL color Cylindrical-coordinate representation of color #ACCCE6: hue angle of 206.9º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACCCE6 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 204 230 -
CMYK 0.25 0.11 0 0.10
HSL 206.9º 0.54% 0.79% -
HSV(B) 206.9º 0.25% 0.9% -
XYZ 52.89 57.67 83.21 -
YUV 197.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 172 204 230 0.25 0.11 0 0.10 206.9 0.54 0.79
Hex AC CC E6 19 B 0 A CF 36 4F
Octal 254 314 346 31 13 0 12 317 66 117
Binary 10101100 11001100 11100110 11001 1011 0 1010 11001111 110110 1001111

Color Harmonies of #ACCCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCE6

Black with #ACCCE6

Text Example


Text Example

White with #ACCCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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