#A1CFEB

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

Shades of Sail #A1CFEB

Tints of Sail #A1CFEB

Color information

#A1CFEB (or 0xA1CFEB) is unknown color: approx Sail. HEX triplet: A1, CF and EB. RGB value is (161,207,235). Sum of RGB (Red+Green+Blue) = 161+207+235=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CFEB is #5E3014. Grayscale: #C4C4C4. Windows color (decimal): -6172693 or 15454113. OLE color: 15454113.

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

Color convert

RGB161207235-
CMYK0.310.1200.08
HSL202.7º64.91%77.65%-
HSV(B)202.7º31.49%92.16%-
XYZ52.0158.287.09-
YUV196.44149.76102.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.70%
GREEN value IS 207 (81.25% from 255) = 34.33%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=26.70%
G=34.33%
B=38.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612072350.310.1200.08202.764.9177.65
HexA1CFEB1FC08cb414e
Octal2413173533714010313101116
Binary101000011100111111101011111111100010001100101110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CFEB; }

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

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

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

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

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

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

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

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