#a3cfe8

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

Shades of Sail #A3CFE8

Tints of Sail #A3CFE8

Color information

#A3CFE8 (or 0xA3CFE8) is unknown color: approx Sail. HEX triplet: A3, CF and E8. RGB value is (163,207,232). Sum of RGB (Red+Green+Blue) = 163+207+232=602 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.08% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #A3CFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CFE8 is #5C3017. Grayscale: #C4C4C4. Windows color (decimal): -6041624 or 15257507. OLE color: 15257507.

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

Color convert

RGB163207232-
CMYK0.300.1100.09
HSL201.74º60%77.45%-
HSV(B)201.74º29.74%90.98%-
XYZ51.9858.2484.85-
YUV196.69147.92103.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.08%
GREEN value IS 207 (81.25% from 255) = 34.39%
BLUE value IS 232 (91.02% from 255) = 38.54%
R=27.08%
G=34.39%
B=38.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1632072320.300.1100.09201.746077.45
HexA3CFE81EB09ca3c4d
Octal243317350361301131274115
Binary10100011110011111110100011110101101001110010101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3cfe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3cfe8; }

 p { color: rgb(163,207,232); }

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

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

 a { background-color: rgb(163,207,232); }

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

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

 span { border-color: rgb(163,207,232); }

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