#A7CFEB

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

Shades of Sail #A7CFEB

Tints of Sail #A7CFEB

Color information

#A7CFEB (or 0xA7CFEB) is unknown color: approx Sail. HEX triplet: A7, CF and EB. RGB value is (167,207,235). Sum of RGB (Red+Green+Blue) = 167+207+235=609 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.42% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CFEB is #583014. Grayscale: #C6C6C6. Windows color (decimal): -5779477 or 15454119. OLE color: 15454119.

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

Color convert

RGB167207235-
CMYK0.290.1200.08
HSL204.71º62.96%78.82%-
HSV(B)204.71º28.94%92.16%-
XYZ53.2458.8487.15-
YUV198.23148.75105.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.42%
GREEN value IS 207 (81.25% from 255) = 33.99%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=27.42%
G=33.99%
B=38.59%

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
Decimal1672072350.290.1200.08204.7162.9678.82
HexA7CFEB1DC08cd3f4f
Octal247317353351401031577117
Binary10100111110011111110101111101110001000110011011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CFEB; }

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

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

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

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

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

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

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

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