Html Css Color HEX #ACD1EB Sail

📋 copy color: '#ACD1EB'

red 172 ◦ green 209 ◦ blue 235

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

Shades of Sail #ACD1EB

Tints of Sail #ACD1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.15%

R = 27.92%
G = 33.93%
B = 38.15%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACD1EB (or 0xACD1EB) is known color: Sail. HEX triplet: AC, D1 and EB. RGB value is (172,209,235). Sum of RGB (Red+Green+Blue) = 172+209+235=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACD1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD1EB is #532E14. Grayscale: #C8C8C8. Windows color (decimal): -5451285 or 15454636. OLE color: 15454636.

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

Color convert

RGB 172 209 235 -
CMYK 0.27 0.11 0 0.08
HSL 204.76º 0.61% 0.8% -
HSV(B) 204.76º 0.27% 0.92% -
XYZ 54.81 60.37 87.36 -
YUV 200.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 172 209 235 0.27 0.11 0 0.08 204.76 0.61 0.8
Hex AC D1 EB 1B B 0 8 CD 3D 50
Octal 254 321 353 33 13 0 10 315 75 120
Binary 10101100 11010001 11101011 11011 1011 0 1000 11001101 111101 1010000

Color Harmonies of #ACD1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD1EB

Black with #ACD1EB

Text Example


Text Example

White with #ACD1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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