#A3CBEC

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

Shades of Sail #A3CBEC

Tints of Sail #A3CBEC

Color information

#A3CBEC (or 0xA3CBEC) is unknown color: approx Sail. HEX triplet: A3, CB and EC. RGB value is (163,203,236). Sum of RGB (Red+Green+Blue) = 163+203+236=602 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.08% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #A3CBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CBEC is #5C3413. Grayscale: #C2C2C2. Windows color (decimal): -6042644 or 15518627. OLE color: 15518627.

HSL color Cylindrical-coordinate representation of color #A3CBEC: hue angle of 207.12º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3CBEC is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163203236-
CMYK0.310.1400.07
HSL207.12º65.77%78.24%-
HSV(B)207.12º30.93%92.55%-
XYZ51.656.5587.55-
YUV194.8151.25105.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.08%
GREEN value IS 203 (79.69% from 255) = 33.72%
BLUE value IS 236 (92.58% from 255) = 39.20%
R=27.08%
G=33.72%
B=39.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632032360.310.1400.07207.1265.7778.24
HexA3CBEC1FE07cf424e
Octal243313354371607317102116
Binary10100011110010111110110011111111001111100111110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CBEC; }

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

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

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

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

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

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

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

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