Html Css Color HEX #ACCDE6 Sail

📋 copy color: '#ACCDE6'

red 172 ◦ green 205 ◦ blue 230

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

Shades of Sail #ACCDE6

Tints of Sail #ACCDE6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.77%

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

R = 28.34%
G = 33.77%
B = 37.89%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACCDE6 (or 0xACCDE6) is known color: Sail. HEX triplet: AC, CD and E6. RGB value is (172,205,230). Sum of RGB (Red+Green+Blue) = 172+205+230=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACCDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCDE6 is #533219. Grayscale: #C5C5C5. Windows color (decimal): -5452314 or 15125932. OLE color: 15125932.

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

Color convert

RGB 172 205 230 -
CMYK 0.25 0.11 0 0.10
HSL 205.86º 0.54% 0.79% -
HSV(B) 205.86º 0.25% 0.9% -
XYZ 53.13 58.15 83.29 -
YUV 197.98 146.07 109.47 -
System Red Green Blue C M Y K H S L
Decimal 172 205 230 0.25 0.11 0 0.10 205.86 0.54 0.79
Hex AC CD E6 19 B 0 A CE 36 4F
Octal 254 315 346 31 13 0 12 316 66 117
Binary 10101100 11001101 11100110 11001 1011 0 1010 11001110 110110 1001111

Color Harmonies of #ACCDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDE6

Black with #ACCDE6

Text Example


Text Example

White with #ACCDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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