Html Css Color HEX #ACD1EC Sail

📋 copy color: '#ACD1EC'

red 172 ◦ green 209 ◦ blue 236

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

Shades of Sail #ACD1EC

Tints of Sail #ACD1EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.25%

R = 27.88%
G = 33.87%
B = 38.25%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACD1EC (or 0xACD1EC) is known color: Sail. HEX triplet: AC, D1 and EC. RGB value is (172,209,236). Sum of RGB (Red+Green+Blue) = 172+209+236=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACD1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD1EC is #532E13. Grayscale: #C8C8C8. Windows color (decimal): -5451284 or 15520172. OLE color: 15520172.

HSL color Cylindrical-coordinate representation of color #ACD1EC: hue angle of 205.31º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD1EC is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 209 236 -
CMYK 0.27 0.11 0 0.07
HSL 205.31º 0.63% 0.8% -
HSV(B) 205.31º 0.27% 0.93% -
XYZ 54.95 60.43 88.12 -
YUV 201.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 172 209 236 0.27 0.11 0 0.07 205.31 0.63 0.8
Hex AC D1 EC 1B B 0 7 CD 3F 50
Octal 254 321 354 33 13 0 7 315 77 120
Binary 10101100 11010001 11101100 11011 1011 0 111 11001101 111111 1010000

Color Harmonies of #ACD1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD1EC

Black with #ACD1EC

Text Example


Text Example

White with #ACD1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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