Html Css Color HEX #ACD1E8 Sail

📋 copy color: '#ACD1E8'

red 172 ◦ green 209 ◦ blue 232

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

Shades of Sail #ACD1E8

Tints of Sail #ACD1E8

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.09%

 BLUE value IS 232 (91.02% from 255) = 37.85%

R = 28.06%
G = 34.09%
B = 37.85%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACD1E8 (or 0xACD1E8) is known color: Sail. HEX triplet: AC, D1 and E8. RGB value is (172,209,232). Sum of RGB (Red+Green+Blue) = 172+209+232=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACD1E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD1E8 is #532E17. Grayscale: #C8C8C8. Windows color (decimal): -5451288 or 15258028. OLE color: 15258028.

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

Color convert

RGB 172 209 232 -
CMYK 0.26 0.10 0 0.09
HSL 203º 0.57% 0.79% -
HSV(B) 203º 0.26% 0.91% -
XYZ 54.38 60.2 85.1 -
YUV 200.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 172 209 232 0.26 0.10 0 0.09 203 0.57 0.79
Hex AC D1 E8 1A A 0 9 CB 39 4F
Octal 254 321 350 32 12 0 11 313 71 117
Binary 10101100 11010001 11101000 11010 1010 0 1001 11001011 111001 1001111

Color Harmonies of #ACD1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD1E8

Black with #ACD1E8

Text Example


Text Example

White with #ACD1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD1E8; }

 p { color: rgb(172,209,232); }

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

background-color css

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

 a { background-color: rgb(172,209,232); }

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

border-color css

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

 span { border-color: rgb(172,209,232); }

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