#A7CFEC

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

Shades of Sail #A7CFEC

Tints of Sail #A7CFEC

Color information

#A7CFEC (or 0xA7CFEC) is unknown color: approx Sail. HEX triplet: A7, CF and EC. RGB value is (167,207,236). Sum of RGB (Red+Green+Blue) = 167+207+236=610 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.38% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CFEC is #583013. Grayscale: #C6C6C6. Windows color (decimal): -5779476 or 15519655. OLE color: 15519655.

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

Color convert

RGB167207236-
CMYK0.290.1200.07
HSL205.22º64.49%79.02%-
HSV(B)205.22º29.24%92.55%-
XYZ53.3958.987.91-
YUV198.35149.25105.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.38%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 236 (92.58% from 255) = 38.69%
R=27.38%
G=33.93%
B=38.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672072360.290.1200.07205.2264.4979.02
HexA7CFEC1DC07cd404f
Octal247317354351407315100117
Binary10100111110011111110110011101110001111100110110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CFEC; }

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

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

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

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

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

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

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

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