Html Css Color HEX #ACCDE4 Sail

📋 copy color: '#ACCDE4'

red 172 ◦ green 205 ◦ blue 228

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

Shades of Sail #ACCDE4

Tints of Sail #ACCDE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.69%

R = 28.43%
G = 33.88%
B = 37.69%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ACCDE4 (or 0xACCDE4) is known color: Sail. HEX triplet: AC, CD and E4. RGB value is (172,205,228). Sum of RGB (Red+Green+Blue) = 172+205+228=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACCDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDE4 is #53321B. Grayscale: #C5C5C5. Windows color (decimal): -5452316 or 14994860. OLE color: 14994860.

HSL color Cylindrical-coordinate representation of color #ACCDE4: hue angle of 204.64º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACCDE4 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 205 228 -
CMYK 0.25 0.10 0 0.11
HSL 204.64º 0.51% 0.78% -
HSV(B) 204.64º 0.25% 0.89% -
XYZ 52.85 58.03 81.82 -
YUV 197.76 145.07 109.63 -
System Red Green Blue C M Y K H S L
Decimal 172 205 228 0.25 0.10 0 0.11 204.64 0.51 0.78
Hex AC CD E4 19 A 0 B CD 33 4E
Octal 254 315 344 31 12 0 13 315 63 116
Binary 10101100 11001101 11100100 11001 1010 0 1011 11001101 110011 1001110

Color Harmonies of #ACCDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDE4

Black with #ACCDE4

Text Example


Text Example

White with #ACCDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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