#A4CEEB

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

Shades of Sail #A4CEEB

Tints of Sail #A4CEEB

Color information

#A4CEEB (or 0xA4CEEB) is unknown color: approx Sail. HEX triplet: A4, CE and EB. RGB value is (164,206,235). Sum of RGB (Red+Green+Blue) = 164+206+235=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4CEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CEEB is #5B3114. Grayscale: #C4C4C4. Windows color (decimal): -5976341 or 15453860. OLE color: 15453860.

HSL color Cylindrical-coordinate representation of color #A4CEEB: hue angle of 204.51º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4CEEB is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164206235-
CMYK0.300.1200.08
HSL204.51º63.96%78.24%-
HSV(B)204.51º30.21%92.16%-
XYZ52.3858.0387.04-
YUV196.75149.59104.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.11%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=27.11%
G=34.05%
B=38.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642062350.300.1200.08204.5163.9678.24
HexA4CEEB1EC08cd404e
Octal2443163533614010315100116
Binary101001001100111011101011111101100010001100110110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CEEB; }

 p { color: rgb(164,206,235); }

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

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

 a { background-color: rgb(164,206,235); }

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

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

 span { border-color: rgb(164,206,235); }

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