#A7CFE9

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

Shades of Sail #A7CFE9

Tints of Sail #A7CFE9

Color information

#A7CFE9 (or 0xA7CFE9) is unknown color: approx Sail. HEX triplet: A7, CF and E9. RGB value is (167,207,233). Sum of RGB (Red+Green+Blue) = 167+207+233=607 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.51% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 233 (91.41% from 255 or 38.39% from 607); Max value from RGB is 233 - color contains mainly: blue. Hex color #A7CFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CFE9 is #583016. Grayscale: #C5C5C5. Windows color (decimal): -5779479 or 15323047. OLE color: 15323047.

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

Color convert

RGB167207233-
CMYK0.280.1100.09
HSL203.64º60%78.43%-
HSV(B)203.64º28.33%91.37%-
XYZ52.9658.7285.63-
YUV198147.75105.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.51%
GREEN value IS 207 (81.25% from 255) = 34.10%
BLUE value IS 233 (91.41% from 255) = 38.39%
R=27.51%
G=34.10%
B=38.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1672072330.280.1100.09203.646078.43
HexA7CFE91CB09cc3c4e
Octal247317351341301131474116
Binary10100111110011111110100111100101101001110011001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CFE9; }

 p { color: rgb(167,207,233); }

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

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

 a { background-color: rgb(167,207,233); }

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

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

 span { border-color: rgb(167,207,233); }

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