Html Css Color HEX #ACCAE2 Sail

📋 copy color: '#ACCAE2'

red 172 ◦ green 202 ◦ blue 226

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

Shades of Sail #ACCAE2

Tints of Sail #ACCAE2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.67%

 BLUE value IS 226 (88.67% from 255) = 37.67%

R = 28.67%
G = 33.67%
B = 37.67%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ACCAE2 (or 0xACCAE2) is known color: Sail. HEX triplet: AC, CA and E2. RGB value is (172,202,226). Sum of RGB (Red+Green+Blue) = 172+202+226=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 226 (88.67% from 255 or 37.67% from 600); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACCAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAE2 is #53351D. Grayscale: #C3C3C3. Windows color (decimal): -5453086 or 14863020. OLE color: 14863020.

HSL color Cylindrical-coordinate representation of color #ACCAE2: hue angle of 206.67º degrees, saturation: 0.48, 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 #ACCAE2 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 202 226 -
CMYK 0.24 0.11 0 0.11
HSL 206.67º 0.48% 0.78% -
HSV(B) 206.67º 0.24% 0.89% -
XYZ 51.86 56.5 80.12 -
YUV 195.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 172 202 226 0.24 0.11 0 0.11 206.67 0.48 0.78
Hex AC CA E2 18 B 0 B CF 30 4E
Octal 254 312 342 30 13 0 13 317 60 116
Binary 10101100 11001010 11100010 11000 1011 0 1011 11001111 110000 1001110

Color Harmonies of #ACCAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCAE2

Black with #ACCAE2

Text Example


Text Example

White with #ACCAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCAE2; }

 p { color: rgb(172,202,226); }

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

background-color css

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

 a { background-color: rgb(172,202,226); }

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

border-color css

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

 span { border-color: rgb(172,202,226); }

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