Html Css Color HEX #ACCEE5 Sail

📋 copy color: '#ACCEE5'

red 172 ◦ green 206 ◦ blue 229

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

Shades of Sail #ACCEE5

Tints of Sail #ACCEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.73%

R = 28.34%
G = 33.94%
B = 37.73%

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

#ACCEE5 (or 0xACCEE5) is known color: Sail. HEX triplet: AC, CE and E5. RGB value is (172,206,229). Sum of RGB (Red+Green+Blue) = 172+206+229=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACCEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEE5 is #53311A. Grayscale: #C6C6C6. Windows color (decimal): -5452059 or 15060652. OLE color: 15060652.

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

Color convert

RGB 172 206 229 -
CMYK 0.25 0.10 0 0.10
HSL 204.21º 0.52% 0.79% -
HSV(B) 204.21º 0.25% 0.9% -
XYZ 53.23 58.57 82.63 -
YUV 198.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 172 206 229 0.25 0.10 0 0.10 204.21 0.52 0.79
Hex AC CE E5 19 A 0 A CC 34 4F
Octal 254 316 345 31 12 0 12 314 64 117
Binary 10101100 11001110 11100101 11001 1010 0 1010 11001100 110100 1001111

Color Harmonies of #ACCEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCEE5

Black with #ACCEE5

Text Example


Text Example

White with #ACCEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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