Html Css Color HEX #ACD5EC Sail

📋 copy color: '#ACD5EC'

red 172 ◦ green 213 ◦ blue 236

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

Shades of Sail #ACD5EC

Tints of Sail #ACD5EC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.3%

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

R = 27.7%
G = 34.3%
B = 38%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACD5EC (or 0xACD5EC) is known color: Sail. HEX triplet: AC, D5 and EC. RGB value is (172,213,236). Sum of RGB (Red+Green+Blue) = 172+213+236=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACD5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD5EC is #532A13. Grayscale: #CBCBCB. Windows color (decimal): -5450260 or 15521196. OLE color: 15521196.

HSL color Cylindrical-coordinate representation of color #ACD5EC: hue angle of 201.56º 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 #ACD5EC is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 213 236 -
CMYK 0.27 0.10 0 0.07
HSL 201.56º 0.63% 0.8% -
HSV(B) 201.56º 0.27% 0.93% -
XYZ 55.95 62.42 88.46 -
YUV 203.36 146.42 105.63 -
System Red Green Blue C M Y K H S L
Decimal 172 213 236 0.27 0.10 0 0.07 201.56 0.63 0.8
Hex AC D5 EC 1B A 0 7 CA 3F 50
Octal 254 325 354 33 12 0 7 312 77 120
Binary 10101100 11010101 11101100 11011 1010 0 111 11001010 111111 1010000

Color Harmonies of #ACD5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5EC

Black with #ACD5EC

Text Example


Text Example

White with #ACD5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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