Html Css Color HEX #ACCDE1 Sail

📋 copy color: '#ACCDE1'

red 172 ◦ green 205 ◦ blue 225

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

Shades of Sail #ACCDE1

Tints of Sail #ACCDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.38%

R = 28.57%
G = 34.05%
B = 37.38%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACCDE1 (or 0xACCDE1) is known color: Sail. HEX triplet: AC, CD and E1. RGB value is (172,205,225). Sum of RGB (Red+Green+Blue) = 172+205+225=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACCDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDE1 is #53321E. Grayscale: #C5C5C5. Windows color (decimal): -5452319 or 14798252. OLE color: 14798252.

HSL color Cylindrical-coordinate representation of color #ACCDE1: hue angle of 202.64º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACCDE1 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 205 225 -
CMYK 0.24 0.09 0 0.12
HSL 202.64º 0.47% 0.78% -
HSV(B) 202.64º 0.24% 0.88% -
XYZ 52.44 57.87 79.64 -
YUV 197.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 172 205 225 0.24 0.09 0 0.12 202.64 0.47 0.78
Hex AC CD E1 18 9 0 C CB 2F 4E
Octal 254 315 341 30 11 0 14 313 57 116
Binary 10101100 11001101 11100001 11000 1001 0 1100 11001011 101111 1001110

Color Harmonies of #ACCDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDE1

Black with #ACCDE1

Text Example


Text Example

White with #ACCDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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