#A0CFEB

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

Shades of Sail #A0CFEB

Tints of Sail #A0CFEB

Color information

#A0CFEB (or 0xA0CFEB) is unknown color: approx Sail. HEX triplet: A0, CF and EB. RGB value is (160,207,235). Sum of RGB (Red+Green+Blue) = 160+207+235=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CFEB is #5F3014. Grayscale: #C3C3C3. Windows color (decimal): -6238229 or 15454112. OLE color: 15454112.

HSL color Cylindrical-coordinate representation of color #A0CFEB: hue angle of 202.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0CFEB is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160207235-
CMYK0.320.1200.08
HSL202.4º65.22%77.45%-
HSV(B)202.4º31.91%92.16%-
XYZ51.8158.187.08-
YUV196.14149.93102.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.58%
GREEN value IS 207 (81.25% from 255) = 34.39%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=26.58%
G=34.39%
B=39.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602072350.320.1200.08202.465.2277.45
HexA0CFEB20C08ca414d
Octal2403173534014010312101115
Binary1010000011001111111010111000001100010001100101010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CFEB; }

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

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

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

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

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

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

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

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