Html Css Color HEX #ACCCE4 Sail

📋 copy color: '#ACCCE4'

red 172 ◦ green 204 ◦ blue 228

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

Shades of Sail #ACCCE4

Tints of Sail #ACCCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.75%

R = 28.48%
G = 33.77%
B = 37.75%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ACCCE4 (or 0xACCCE4) is known color: Sail. HEX triplet: AC, CC and E4. RGB value is (172,204,228). Sum of RGB (Red+Green+Blue) = 172+204+228=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACCCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCE4 is #53331B. Grayscale: #C5C5C5. Windows color (decimal): -5452572 or 14994604. OLE color: 14994604.

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

Color convert

RGB 172 204 228 -
CMYK 0.25 0.11 0 0.11
HSL 205.71º 0.51% 0.78% -
HSV(B) 205.71º 0.25% 0.89% -
XYZ 52.61 57.56 81.74 -
YUV 197.17 145.4 110.05 -
System Red Green Blue C M Y K H S L
Decimal 172 204 228 0.25 0.11 0 0.11 205.71 0.51 0.78
Hex AC CC E4 19 B 0 B CE 33 4E
Octal 254 314 344 31 13 0 13 316 63 116
Binary 10101100 11001100 11100100 11001 1011 0 1011 11001110 110011 1001110

Color Harmonies of #ACCCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCE4

Black with #ACCCE4

Text Example


Text Example

White with #ACCCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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