Html Css Color HEX #ACCEE7 Sail

📋 copy color: '#ACCEE7'

red 172 ◦ green 206 ◦ blue 231

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

Shades of Sail #ACCEE7

Tints of Sail #ACCEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.93%

R = 28.24%
G = 33.83%
B = 37.93%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACCEE7 (or 0xACCEE7) is known color: Sail. HEX triplet: AC, CE and E7. RGB value is (172,206,231). Sum of RGB (Red+Green+Blue) = 172+206+231=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #ACCEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCEE7 is #533118. Grayscale: #C6C6C6. Windows color (decimal): -5452057 or 15191724. OLE color: 15191724.

HSL color Cylindrical-coordinate representation of color #ACCEE7: hue angle of 205.42º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACCEE7 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 206 231 -
CMYK 0.26 0.11 0 0.09
HSL 205.42º 0.55% 0.79% -
HSV(B) 205.42º 0.26% 0.91% -
XYZ 53.51 58.68 84.11 -
YUV 198.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 172 206 231 0.26 0.11 0 0.09 205.42 0.55 0.79
Hex AC CE E7 1A B 0 9 CD 37 4F
Octal 254 316 347 32 13 0 11 315 67 117
Binary 10101100 11001110 11100111 11010 1011 0 1001 11001101 110111 1001111

Color Harmonies of #ACCEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCEE7

Black with #ACCEE7

Text Example


Text Example

White with #ACCEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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