#A3CBE7

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

Shades of Sail #A3CBE7

Tints of Sail #A3CBE7

Color information

#A3CBE7 (or 0xA3CBE7) is unknown color: approx Sail. HEX triplet: A3, CB and E7. RGB value is (163,203,231). Sum of RGB (Red+Green+Blue) = 163+203+231=597 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.30% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 231 - color contains mainly: blue. Hex color #A3CBE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CBE7 is #5C3418. Grayscale: #C2C2C2. Windows color (decimal): -6042649 or 15190947. OLE color: 15190947.

HSL color Cylindrical-coordinate representation of color #A3CBE7: hue angle of 204.71º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3CBE7 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB163203231-
CMYK0.290.1200.09
HSL204.71º58.62%77.25%-
HSV(B)204.71º29.44%90.59%-
XYZ50.8856.2783.78-
YUV194.23148.75105.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.30%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 231 (90.62% from 255) = 38.69%
R=27.30%
G=34.00%
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.09
SystemRedGreenBlueCMYKHSL
Decimal1632032310.290.1200.09204.7158.6277.25
HexA3CBE71DC09cd3b4d
Octal243313347351401131573115
Binary10100011110010111110011111101110001001110011011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CBE7; }

 p { color: rgb(163,203,231); }

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

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

 a { background-color: rgb(163,203,231); }

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

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

 span { border-color: rgb(163,203,231); }

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