Html Css Color HEX #ACD1E7 Sail

📋 copy color: '#ACD1E7'

red 172 ◦ green 209 ◦ blue 231

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

Shades of Sail #ACD1E7

Tints of Sail #ACD1E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.75%

R = 28.1%
G = 34.15%
B = 37.75%

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

#ACD1E7 (or 0xACD1E7) is known color: Sail. HEX triplet: AC, D1 and E7. RGB value is (172,209,231). Sum of RGB (Red+Green+Blue) = 172+209+231=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 231 - color contains mainly: blue. Hex color #ACD1E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD1E7 is #532E18. Grayscale: #C8C8C8. Windows color (decimal): -5451289 or 15192492. OLE color: 15192492.

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

Color convert

RGB 172 209 231 -
CMYK 0.26 0.10 0 0.09
HSL 202.37º 0.55% 0.79% -
HSV(B) 202.37º 0.26% 0.91% -
XYZ 54.24 60.14 84.35 -
YUV 200.45 145.24 107.71 -
System Red Green Blue C M Y K H S L
Decimal 172 209 231 0.26 0.10 0 0.09 202.37 0.55 0.79
Hex AC D1 E7 1A A 0 9 CA 37 4F
Octal 254 321 347 32 12 0 11 312 67 117
Binary 10101100 11010001 11100111 11010 1010 0 1001 11001010 110111 1001111

Color Harmonies of #ACD1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD1E7

Black with #ACD1E7

Text Example


Text Example

White with #ACD1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD1E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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