#A7CCEA

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

Shades of Sail #A7CCEA

Tints of Sail #A7CCEA

Color information

#A7CCEA (or 0xA7CCEA) is unknown color: approx Sail. HEX triplet: A7, CC and EA. RGB value is (167,204,234). Sum of RGB (Red+Green+Blue) = 167+204+234=605 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.60% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #A7CCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CCEA is #583315. Grayscale: #C4C4C4. Windows color (decimal): -5780246 or 15387815. OLE color: 15387815.

HSL color Cylindrical-coordinate representation of color #A7CCEA: hue angle of 206.87º degrees, saturation: 0.61, 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 #A7CCEA is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167204234-
CMYK0.290.1300.08
HSL206.87º61.47%78.63%-
HSV(B)206.87º28.63%91.76%-
XYZ52.3857.3486.15-
YUV196.36149.24107.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.60%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=27.60%
G=33.72%
B=38.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1672042340.290.1300.08206.8761.4778.63
HexA7CCEA1DD08cf3d4f
Octal247314352351501031775117
Binary10100111110011001110101011101110101000110011111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CCEA; }

 p { color: rgb(167,204,234); }

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

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

 a { background-color: rgb(167,204,234); }

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

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

 span { border-color: rgb(167,204,234); }

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