Html Css Color HEX #ACCCE3 Sail

📋 copy color: '#ACCCE3'

red 172 ◦ green 204 ◦ blue 227

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

Shades of Sail #ACCCE3

Tints of Sail #ACCCE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.65%

R = 28.52%
G = 33.83%
B = 37.65%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ACCCE3 (or 0xACCCE3) is known color: Sail. HEX triplet: AC, CC and E3. RGB value is (172,204,227). Sum of RGB (Red+Green+Blue) = 172+204+227=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 227 (89.06% from 255 or 37.65% from 603); Max value from RGB is 227 - color contains mainly: blue. Hex color #ACCCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCE3 is #53331C. Grayscale: #C4C4C4. Windows color (decimal): -5452573 or 14929068. OLE color: 14929068.

HSL color Cylindrical-coordinate representation of color #ACCCE3: hue angle of 205.09º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACCCE3 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 204 227 -
CMYK 0.24 0.10 0 0.11
HSL 205.09º 0.5% 0.78% -
HSV(B) 205.09º 0.24% 0.89% -
XYZ 52.47 57.5 81.01 -
YUV 197.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 172 204 227 0.24 0.10 0 0.11 205.09 0.5 0.78
Hex AC CC E3 18 A 0 B CD 32 4E
Octal 254 314 343 30 12 0 13 315 62 116
Binary 10101100 11001100 11100011 11000 1010 0 1011 11001101 110010 1001110

Color Harmonies of #ACCCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCE3

Black with #ACCCE3

Text Example


Text Example

White with #ACCCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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