#A7CDEA

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

Shades of Sail #A7CDEA

Tints of Sail #A7CDEA

Color information

#A7CDEA (or 0xA7CDEA) is unknown color: approx Sail. HEX triplet: A7, CD and EA. RGB value is (167,205,234). Sum of RGB (Red+Green+Blue) = 167+205+234=606 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.56% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #A7CDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CDEA is #583215. Grayscale: #C4C4C4. Windows color (decimal): -5779990 or 15388071. OLE color: 15388071.

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

Color convert

RGB167205234-
CMYK0.290.1200.08
HSL205.97º61.47%78.63%-
HSV(B)205.97º28.63%91.76%-
XYZ52.6257.8286.23-
YUV196.94148.91106.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.56%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=27.56%
G=33.83%
B=38.61%

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
Decimal1672052340.290.1200.08205.9761.4778.63
HexA7CDEA1DC08ce3d4f
Octal247315352351401031675117
Binary10100111110011011110101011101110001000110011101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CDEA; }

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

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

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

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

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

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

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

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