Html Css Color HEX #ACD1E9 Sail

📋 copy color: '#ACD1E9'

red 172 ◦ green 209 ◦ blue 233

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

Shades of Sail #ACD1E9

Tints of Sail #ACD1E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.95%

R = 28.01%
G = 34.04%
B = 37.95%

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

#ACD1E9 (or 0xACD1E9) is known color: Sail. HEX triplet: AC, D1 and E9. RGB value is (172,209,233). Sum of RGB (Red+Green+Blue) = 172+209+233=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACD1E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD1E9 is #532E16. Grayscale: #C8C8C8. Windows color (decimal): -5451287 or 15323564. OLE color: 15323564.

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

Color convert

RGB 172 209 233 -
CMYK 0.26 0.10 0 0.09
HSL 203.61º 0.58% 0.79% -
HSV(B) 203.61º 0.26% 0.91% -
XYZ 54.52 60.25 85.85 -
YUV 200.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 172 209 233 0.26 0.10 0 0.09 203.61 0.58 0.79
Hex AC D1 E9 1A A 0 9 CC 3A 4F
Octal 254 321 351 32 12 0 11 314 72 117
Binary 10101100 11010001 11101001 11010 1010 0 1001 11001100 111010 1001111

Color Harmonies of #ACD1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD1E9

Black with #ACD1E9

Text Example


Text Example

White with #ACD1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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