#A3CBEB

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

Shades of Sail #A3CBEB

Tints of Sail #A3CBEB

Color information

#A3CBEB (or 0xA3CBEB) is unknown color: approx Sail. HEX triplet: A3, CB and EB. RGB value is (163,203,235). Sum of RGB (Red+Green+Blue) = 163+203+235=601 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.12% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #A3CBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CBEB is #5C3414. Grayscale: #C2C2C2. Windows color (decimal): -6042645 or 15453091. OLE color: 15453091.

HSL color Cylindrical-coordinate representation of color #A3CBEB: hue angle of 206.67º degrees, saturation: 0.64, 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 #A3CBEB is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB163203235-
CMYK0.310.1400.08
HSL206.67º64.29%78.04%-
HSV(B)206.67º30.64%92.16%-
XYZ51.4656.586.79-
YUV194.69150.75105.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.12%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=27.12%
G=33.78%
B=39.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632032350.310.1400.08206.6764.2978.04
HexA3CBEB1FE08cf404e
Octal2433133533716010317100116
Binary101000111100101111101011111111110010001100111110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CBEB; }

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

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

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

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

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

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

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

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