#A7CEEB

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

Shades of Sail #A7CEEB

Tints of Sail #A7CEEB

Color information

#A7CEEB (or 0xA7CEEB) is unknown color: approx Sail. HEX triplet: A7, CE and EB. RGB value is (167,206,235). Sum of RGB (Red+Green+Blue) = 167+206+235=608 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.47% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7CEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CEEB is #583114. Grayscale: #C5C5C5. Windows color (decimal): -5779733 or 15453863. OLE color: 15453863.

HSL color Cylindrical-coordinate representation of color #A7CEEB: hue angle of 205.59º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7CEEB is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167206235-
CMYK0.290.1200.08
HSL205.59º62.96%78.82%-
HSV(B)205.59º28.94%92.16%-
XYZ5358.3687.07-
YUV197.64149.08106.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.47%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=27.47%
G=33.88%
B=38.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1672062350.290.1200.08205.5962.9678.82
HexA7CEEB1DC08ce3f4f
Octal247316353351401031677117
Binary10100111110011101110101111101110001000110011101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CEEB; }

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

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

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

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

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

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

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

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