#ACD0E4

Color #ACD0E4 Sail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sail #ACD0E4

Tints of Sail #ACD0E4

Color information

#ACD0E4 (or 0xACD0E4) is unknown color: approx Sail. HEX triplet: AC, D0 and E4. RGB value is (172,208,228). Sum of RGB (Red+Green+Blue) = 172+208+228=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACD0E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0E4 is #532F1B. Grayscale: #C7C7C7. Windows color (decimal): -5451548 or 14995628. OLE color: 14995628.

HSL color Cylindrical-coordinate representation of color #ACD0E4: hue angle of 201.43º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACD0E4 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172208228-
CMYK0.250.0900.11
HSL201.43º50.91%78.43%-
HSV(B)201.43º24.56%89.41%-
XYZ53.5759.4882.06-
YUV199.52144.07108.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.29%
GREEN value IS 208 (81.64% from 255) = 34.21%
BLUE value IS 228 (89.45% from 255) = 37.5%
R=28.29%
G=34.21%
B=37.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722082280.250.0900.11201.4350.9178.43
HexACD0E41990Bc9334e
Octal254320344311101331163116
Binary10101100110100001110010011001100101011110010011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD0E4; }

 p { color: rgb(172,208,228); }

 H1.HeaderClassName
 {
   color: #ACD0E4;
 }
 .AnyTagClassName
 {
   color: #ACD0E4;
 }
</style>
background-color css

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

 a { background-color: rgb(172,208,228); }

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

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

 span { border-color: rgb(172,208,228); }

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