Html Css Color HEX #ACCEE6 Sail

📋 copy color: '#ACCEE6'

red 172 ◦ green 206 ◦ blue 230

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

Shades of Sail #ACCEE6

Tints of Sail #ACCEE6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.88%

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

R = 28.29%
G = 33.88%
B = 37.83%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACCEE6 (or 0xACCEE6) is known color: Sail. HEX triplet: AC, CE and E6. RGB value is (172,206,230). Sum of RGB (Red+Green+Blue) = 172+206+230=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACCEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCEE6 is #533119. Grayscale: #C6C6C6. Windows color (decimal): -5452058 or 15126188. OLE color: 15126188.

HSL color Cylindrical-coordinate representation of color #ACCEE6: hue angle of 204.83º 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 #ACCEE6 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 206 230 -
CMYK 0.25 0.10 0 0.10
HSL 204.83º 0.54% 0.79% -
HSV(B) 204.83º 0.25% 0.9% -
XYZ 53.37 58.63 83.37 -
YUV 198.57 145.74 109.05 -
System Red Green Blue C M Y K H S L
Decimal 172 206 230 0.25 0.10 0 0.10 204.83 0.54 0.79
Hex AC CE E6 19 A 0 A CD 36 4F
Octal 254 316 346 31 12 0 12 315 66 117
Binary 10101100 11001110 11100110 11001 1010 0 1010 11001101 110110 1001111

Color Harmonies of #ACCEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCEE6

Black with #ACCEE6

Text Example


Text Example

White with #ACCEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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