Html Css Color HEX #ACD5ED Sail

📋 copy color: '#ACD5ED'

red 172 ◦ green 213 ◦ blue 237

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

Shades of Sail #ACD5ED

Tints of Sail #ACD5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.1%

R = 27.65%
G = 34.24%
B = 38.1%

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

#ACD5ED (or 0xACD5ED) is known color: Sail. HEX triplet: AC, D5 and ED. RGB value is (172,213,237). Sum of RGB (Red+Green+Blue) = 172+213+237=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACD5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD5ED is #532A12. Grayscale: #CBCBCB. Windows color (decimal): -5450259 or 15586732. OLE color: 15586732.

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

Color convert

RGB 172 213 237 -
CMYK 0.27 0.10 0 0.07
HSL 202.15º 0.64% 0.8% -
HSV(B) 202.15º 0.27% 0.93% -
XYZ 56.09 62.47 89.22 -
YUV 203.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 172 213 237 0.27 0.10 0 0.07 202.15 0.64 0.8
Hex AC D5 ED 1B A 0 7 CA 40 50
Octal 254 325 355 33 12 0 7 312 100 120
Binary 10101100 11010101 11101101 11011 1010 0 111 11001010 1000000 1010000

Color Harmonies of #ACD5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5ED

Black with #ACD5ED

Text Example


Text Example

White with #ACD5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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